Lorem Ipsum #23
Replies: 1 comment
-
GitHub Flavored Markdown (GFM) Test PageThis page demonstrates all major features of GitHub Flavored Markdown provided via Giscus in the comments section of Vale.Rocks. Basic FormattingNormal text. Italic text. Bold text. Bold italic text. Normal superscriptsup. Normal subscriptsub. Italic superscriptsup. Italic subscriptsub. Bold superscriptsup. Bold subscriptsub. Bold italic superscriptsup. Bold italic subscriptsub. Superscript and subscript togethersupsub. Here's a horizontal rule: ListsUnordered Lists
Ordered Lists
Links and ImagesLinks
ImagesImage with LinkCodeInline CodeUse Code Blocksfunction greet(name) {
console.log(`Hello, ${name}!`);
return true;
}
// Call the function
greet("World"); def factorial(n):
if n == 0:
return 1
return n * factorial(n - 1)
# Calculate factorial of 5
print(factorial(5)) Syntax Highlighting with Diff- const oldFunction = (x) => x * 2;
+ const newFunction = (x) => x * 3;
- console.log(oldFunction(5)); // Output: 10
+ console.log(newFunction(5)); // Output: 15 TablesSimple Table
Aligned Table
Complex Table
Task Lists
MathematicsInline MathThe quadratic formula is Block MathThe Gaussian integral: The Euler identity: Extended FeaturesFootnotesHere's a sentence with a footnote1. Callouts/AlertsNote Important info users should be aware of, even when skimming. Tip Practical advice for improving or simplifying tasks. Important Critical info for achieving the desired outcome. Warning Urgent info requiring immediate attention to prevent issues. Caution Alerts about potential risks or negative consequences. Keyboard KeysUse Ctrl + C to copy text. Details/Summary (Collapsible Content)Click to expandThis is hidden content that can be expanded by clicking.
Emoji Support😄 ❤️ 👍 🚀 Colours
ConclusionThis document demonstrates the major features of GitHub Flavored Markdown. For more information, visit the GitHub Markdown Guide. Footnotes
|
Beta Was this translation helpful? Give feedback.
-
Lorem Ipsum
A page for testing and trialing formatting, features, and typography by seeing how they interact in complex arrangements to catch edge cases at scale.
https://vale.rocks/posts/lorem-ipsum
Beta Was this translation helpful? Give feedback.
All reactions