Add tests #2
20
src/lib.rs
20
src/lib.rs
|
@ -417,16 +417,30 @@ issue [#12345](https://example.com)
|
||||||
xleftmargin=0.2cm
|
xleftmargin=0.2cm
|
||||||
}
|
}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\section{First title}
|
\section{First title}
|
||||||
Some content\subsection{Second level}
|
\label{First title}
|
||||||
|
\label{first-title}
|
||||||
|
|
||||||
|
Some content~\\
|
||||||
|
|
||||||
|
\subsection{Second level}
|
||||||
|
\label{Second level}
|
||||||
|
\label{second-level}
|
||||||
|
|
||||||
Text
|
Text
|
||||||
\href{https://example.com}{link}
|
\href{https://example.com}{link}
|
||||||
\textbf{Bold}
|
\textbf{Bold}
|
||||||
\textbf{Italic}some code:\begin{lstlisting}[language=sh]
|
\textbf{Italic}~\\
|
||||||
|
|
||||||
|
some code:~\\
|
||||||
|
\begin{lstlisting}[language=sh]
|
||||||
sudo make-it-work
|
sudo make-it-work
|
||||||
|
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
issue \href{https://example.com}{#12345}
|
|
||||||
|
issue \href{https://example.com}{\#12345}~\\
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
"#;
|
"#;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue