cwjohan / markdown-to-html

Command-line utility to convert Github Flavored Markdown to HTML.
MIT License
236 stars 86 forks source link

HTML in Markdown #39

Open canmingir opened 4 years ago

canmingir commented 4 years ago

It also converts HTML codes under p, is there any way to include HTML?

<div style="border: 5px solid #ffbe00; text-align: center; padding: 10px">
  Nucleoid has reached 1.0.0 version, but lots of milestones ahead.
  <br />
  Join open source at
  <br />
  <a class="box" href="https://gitlab.com/nucleoid/nucleoid"><img src="/media/gitlab.png" width="50px"/></a>
  <a class="box" href="https://trello.com/b/TZ73H1Fk/nucleoid"><img src="/media/trello.png" width="50px"/></a>
</div>

to

<p>&lt;div style=&quot;border: 5px solid #ffbe00; text-align: center; padding: 10px&quot;&gt;<br>  Nucleoid has reached 1.0.0 version, but lots of milestones ahead.<br>  &lt;br /&gt;<br>  Join open source at<br>  &lt;br /&gt;<br>  &lt;a class=&quot;box&quot; href=&quot;https://gitlab.com/nucleoid/nucleoid&quot;&gt;&lt;img src=&quot;/media/gitlab.png&quot; width=&quot;50px&quot;/&gt;&lt;/a&gt;<br>  &lt;a class=&quot;box&quot; href=&quot;https://trello.com/b/TZ73H1Fk/nucleoid&quot;&gt;&lt;img src=&quot;/media/trello.png&quot; width=&quot;50px&quot;/&gt;&lt;/a&gt;<br>&lt;/div&gt;

</p>
cwjohan commented 11 months ago

This project no longer is being maintained.  There may be forks that are being maintained.  Anyone can fork it and bring it up to date.Sent from my iPhoneOn Sep 19, 2023, at 8:45 PM, Trav @.***> wrote: oh dang, this issue has been open for 3 years 😬 any hope for a fix? Kinda crucial imo

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>