I have a template like: ``` PMID- {{pmid}} OWN - {{own}} {# STAT- In-Process #} ``` The line with the comment `{# STAT- In-Process #}` gets rendered as a newline. Can I prevent this while still keeping it at its own line?
I have a template like:
The line with the comment
{# STAT- In-Process #}gets rendered as a newline. Can I prevent this while still keeping it at its own line?