0

I would like to prevent the blank line in the following output, but setting parskip to 0pt still leaves a blank line:

\documentclass{scrbook}
\begin{document}
\setlength{\parskip}{0pt}
My first paragraph\\

My second paragraph
\end{document}

The problem is, that I get this output from pandoc and the obvious answer not to put a blank line in the tex file, doesn't help me.
Therefore, my question I was wondering whether someone has an idea how to prevent the newline.
I am aware, that this is then not really elegant, but I would be very greatful for an good workaround.

0 Answers0