blog.sty Syntax | Output | cf. HTML | cf. TeX | cf. … |
’’italics’’ | italics | <i>italics</i>
| {\it italics} | Wikipedia |
’’’boldface’’’ | boldface | <b>boldface</b>
| {\bf boldface} | Wikipedia |
[[Wikipedia]] | Wikipedia | <a href=...>Wikipedia</a>
| \href {...}{Wikipedia}
| Wikipedia |
**mystrong** | mystrong | <span style=...>mystrong</span>
| \textcolor {...}{mystrong}
| Markdown |
***myalert*** | myalert | <span style=...>myalert</span>
| \textcolor {red}{myalert}
| Markdown |
... | … | … | \dots | |
-- , --- | –, — | – , —
| -- , --- – “ligs” | |
-> , <- | →, ← | → , ←
| \to , \gets |
|