\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\title{Example of using wiki markup in \LaTeX{} documents}
\usepackage{wiki}
\usepackage{hyperref}
\begin{document}
\wikimarkup
== This can be a section ==
Did it ''work''? Apparently '''yes''', though not ''all'' wiki markup is supported. See \url{http://mirrors.ctan.org/macros/latex/contrib/nicetext/doc/wikicheat.pdf} for what's supported.
* Lists!!
* More '''lists'''!!!
No nested lists though.
Normal \LaTeX{} stuff should still work. Just be careful of lists, it seems.
=== I can haz subsections plz? ===
# numbered lists
# remember to turn off using \verb|\nowikimarkup| before going back to serious \LaTeX{} stuff.
One list can't follow another immediately -- need to have some intervening text.
;[club] explain 1
;[window] explain 2
Same here; this text needs to be here for the quote to work.
: This here is a quote.
\nowikimarkup
Back to normal \LaTeX{} behavior now. '''This is still typeset in normal weight.'''
\end{document}