Add tests #2

Merged
tforgione merged 6 commits from williamdes/md2pdf:improvements into master 2022-10-03 17:51:30 +02:00
1 changed files with 17 additions and 3 deletions
Showing only changes of commit 4098a41444 - Show all commits

View File

@ -417,16 +417,30 @@ issue [#12345](https://example.com)
xleftmargin=0.2cm
}
\begin{document}
\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
\href{https://example.com}{link}
\textbf{Bold}
\textbf{Italic}some code:\begin{lstlisting}[language=sh]
\textbf{Italic}~\\
some code:~\\
\begin{lstlisting}[language=sh]
sudo make-it-work
\end{lstlisting}
issue \href{https://example.com}{#12345}
issue \href{https://example.com}{\#12345}~\\
\end{document}
"#;