Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[bug] extra closing tags #2644

Closed
arcturus140 opened this issue Nov 25, 2018 · 3 comments
Closed

[bug] extra closing tags #2644

arcturus140 opened this issue Nov 25, 2018 · 3 comments
Labels
bug 🐛 Issue concerns a bug.

Comments

@arcturus140
Copy link
Contributor

Current behavior

the following markdown

# allow dangerous html tags

```
<hello>
```

renders as

<hello>
</hello>

This bug has been reported here: #205

Expected behavior

the following markdown

# allow dangerous html tags

```
<hello>
```

renders as

<hello>

Steps to reproduce

  1. set preferences -> Sanitization: "Allow dangerous html tags"
  2. copy markdown above
  3. observe rendered result

Environment

  • Version : 0.11.11
  • OS Version and name : 16.04 Ubuntu
@ZeroX-DG ZeroX-DG added the bug 🐛 Issue concerns a bug. label Nov 26, 2018
@IssueHuntBot
Copy link

@issuehuntfest has funded $20.00 to this issue. See it on IssueHunt

@IssueHuntBot
Copy link

@roottool has submitted a pull request. See it on IssueHunt

@Rokt33r Rokt33r closed this as completed in fe1ab73 Jan 7, 2019
Rokt33r added a commit that referenced this issue Jan 7, 2019
@IssueHuntBot
Copy link

@Rokt33r has rewarded $18.00 to @roottool. See it on IssueHunt

  • 💰 Total deposit: $20.00
  • 🎉 Repository reward(0%): $0.00
  • 🔧 Service fee(10%): $2.00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Issue concerns a bug.
Projects
None yet
Development

No branches or pull requests

4 participants