/usr/share/gitit/data/markupHelp/LaTeX is in libghc-gitit-data 0.12.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | ~~~~~~~~
\section{Section heading}
\subsection{Subsection}
Formatting: \emph{italics},
\textbf{bold},
super\textsuperscript{script},
sub\textsubscr{script},
\sout{strikeout}. A line break\\
can be forced with \\ at
the end of the line.
\begin{quote}
Indented quotation
\end{quote}
Links:
\href{http://foo.bar}{external},
\href{}{Wiki Link},
\includegraphics{/img/banner.png},
\href{#subsection}{to heading}.
\begin{verbatim}
#include <stdbool.h>
\end{verbatim}
\begin{itemize}
\item bulleted
\item list
\end{itemize}
\begin{enumerate}
\item ordered
\item list
\begin{enumerate}[a.]
\item sublist
\item another
\end{enumerate}
\item item three
\end{enumerate}
\begin{description}
\item[term] definition
\item[orange] orange fruit
\end{description}
~~~~~~~~
For more: [LaTeX], [pandoc].
[LaTeX]: http://www.latex-project.org/
[pandoc]: http://johnmacfarlane.net/pandoc/README.html
|