# The bibliography ``` % pandoc -f latex -t native \begin{thebibliography}{10} \bibitem{two} The Second. \bibitem{four} The Fourth. \end{thebibliography} \begin{thebibliography}{100} \bibitem[One1990]{one} The First. \bibitem{two} The Second. \end{thebibliography} ^D [ Div ( "" , [ "thebibliography" ] , [] ) [ OrderedList ( 1 , Decimal , Period ) [ [ Div ( "two" , [] , [] ) [ Para [ Str "The" , Space , Str "Second." ] ] ] , [ Div ( "four" , [] , [] ) [ Para [ Str "The" , Space , Str "Fourth." ] ] ] ] ] , Div ( "" , [ "thebibliography" ] , [] ) [ DefinitionList [ ( [ Str "One1990" ] , [ [ Div ( "one" , [] , [] ) [ Para [ Str "The" , Space , Str "First." ] ] ] ] ) , ( [ Str "1" ] , [ [ Div ( "two" , [] , [] ) [ Para [ Str "The" , Space , Str "Second." ] ] ] ] ) ] ] ] ```