Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add link tag in htmlpair (must be closed) #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raimonesteve
Copy link

Link tag ("a") must be closed because change to ">" to html entities.

Example:

text = '<a href="/hello-world">Hello World </a> and  [/thanks-wikimarkup thanks wikimarkup]'

Render:

<p>&lt;a href="/hello-world"&gt;Hello World &lt;/a&gt; and  <a href="/thanks-wikimarkup">thanks wikimarkup</a></p>

With this PR, render will be:

<p><a>Hello World </a> and  <a href="/thanks-wikimarkup">thanks wikimarkup</a></p>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant