You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use only one <br> then smu works as expected, but two <br>s mangles the second one. Markdown.pl works in both cases. Do you have any suggestions on how to get around this?
Note: I know there are other ways to embed newlines in the rendered HTML, but I need the Markdown source to be on one line because I need to pass it through sort
The text was updated successfully, but these errors were encountered:
On Wed, May 22, 2024 at 6:28 AM Rudy T ***@***.***> wrote:
If I run the following command:
echo 'Hello<br><br>world' | smu
I expect to see:
<p>Hello<br><br>world</p>
but I get this:
<p>Hello<br><br>world</p>
If I use only one <br> then smu works as expected, but two <br>s mangles
the second one. Markdown.pl works in both cases. Do you have any
suggestions on how to get around this?
Note: I know there are other ways to embed newlines in the rendered HTML,
but I need the Markdown source to be on one line because I need to pass it
through sort
—
Reply to this email directly, view it on GitHub
<#17>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABDLBJHGY6NKSNUDXLJKMDZDQNHPAVCNFSM6AAAAABIC2GBLGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYDSNJUGM4DANY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
If I run the following command:
I expect to see:
but I get this:
If I use only one
<br>
thensmu
works as expected, but two<br>
s mangles the second one.Markdown.pl
works in both cases. Do you have any suggestions on how to get around this?Note: I know there are other ways to embed newlines in the rendered HTML, but I need the Markdown source to be on one line because I need to pass it through
sort
The text was updated successfully, but these errors were encountered: