slweb

Једноставни генератор статичких веб страна
git clone https://git.sr.ht/~strahinja/slweb
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

index.slw (404B)


      1 ---
      2 site-name: Footnotes test
      3 ---
      4 
      5 # Footnotes
      6 
      7 Footnotes can be added by using the syntax `[^id]` and later `[^id]: Footnote
      8 text`[^justlike].
      9 
     10 You can thus minimize the amount of extra markup present in the text
     11 itself[^links].
     12 
     13 [^justlike]: Just like this!
     14 [^links]: Similar to links. Footnotes themselves 
     15           can contain **some** `markup`, and can be broken up into 
     16           multiple lines.