| blog.sty Syntax | Output | cf. HTML | cf. LaTeX | cf. … |
’’italics’’ | italics | <i>italics</i>
| \textit
| Wikipedia Help:Cheatsheet |
’’’boldface’’’ | boldface | <b>boldface</b>
| \textbf | Wikipedia |
[[Wikipedia]] | Wikipedia | <a href=...>Wikipedia</a>
| \href
| Wikipedia |
[[Midori (web browser)|]]
| Midori | <a href=...>Midori</a>
| \href
| Wikipedia |
**mystrong** | mystrong | <span style=...>mystrong</span>
| \textcolor
| Markdown |
***myalert*** | myalert | <span style=...>myalert</span>
| \textcolor
| Markdown |
... | … | … | \dots | |
--, --- | –, — | –, —
| --, --- – “ligs” | |
->, <- | →, ← | →, ←
| \to, \gets | |
~ | [non-breaking space] |
| ~ |