minor tweaks to post page
This commit is contained in:
parent
f3d6366c83
commit
550ce3dabc
6 changed files with 162 additions and 49 deletions
|
|
@ -1,4 +1,3 @@
|
|||
thumb: https://picsum.photos/id/237/200/300
|
||||
title: Comprehensive Markdown & GFM Syntax Reference
|
||||
desc: A detailed guide to Markdown and GitHub Flavored Markdown (GFM) syntax, covering text formatting, lists, tables, code blocks, links, and footnotes.
|
||||
date: 2026-05-27
|
||||
|
|
@ -153,11 +152,3 @@ echo "${FILE%/*}" # dirname
|
|||
* **Standard Link:** [Search Engine](https://www.google.com)
|
||||
* **Link with Tooltip:** [GitHub](https://github.com "Go to GitHub")
|
||||
* **Autolink (GFM):** https://nixos.org
|
||||
|
||||
---
|
||||
|
||||
## 6. Footnotes (GFM)
|
||||
|
||||
You can reference a footnote at the end of a sentence[^1].
|
||||
|
||||
[^1]: This is the text of the footnote, which typically renders at the bottom of the document.
|
||||
Loading…
Add table
Add a link
Reference in a new issue