Are % comments passed on to the PDF-file upon *.tex compilation? Can they be found/recovered in the PDF code?
MWE:
\documentclass[11pt]{article}
\title{\textbf{Hello World !}}
\usepackage{lipsum}
\begin{document}
\maketitle
\section{Introduction}
\lipsum[1] Some more text\footnote{https://lipsum.info/}.
% Highly fishy, confidential, controversial, politically incorrect, top-secret, this should never be published or leaked (nor should have been typed or typeset in the first place): bla bla bla \ldots
\section{Conclusion}
\lipsum[2]
\end{document}