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
|
\section{Mld Page\label{mld-page}}\label{leaf-page-mld}%
This is an \ocamlinlinecode{.\allowbreak{}mld} file. It doesn't have an auto-generated title, like modules and other pages generated fully by odoc do.
It will have a TOC generated from section headings.
\subsection{Section\label{section}}%
This is a section.
Another paragraph in section.
\subsection{Another section\label{another-section}}%
This is another section.
Another paragraph in section 2.
\subsubsection{Subsection\label{subsection}}%
This is a subsection.
Another paragraph in subsection.
Yet another paragraph in subsection.
\subsubsection{Another Subsection\label{another-subsection}}%
This is another subsection.
Another paragraph in subsection 2.
Yet another paragraph in subsection 2.
|