Skip to content

HTML in Markdown #39

@canmingir

Description

@canmingir

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions