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

Invalid HTML conversion $' in code block #647

Open
thino-rma opened this issue Sep 14, 2019 · 0 comments
Open

Invalid HTML conversion $' in code block #647

thino-rma opened this issue Sep 14, 2019 · 0 comments

Comments

@thino-rma
Copy link

$' in code block produces Invalid HTML
which contains @@footer, closing body tag, closing html tag

OS: Windows 10 Pro
Version: Haroopad v0.13.1

An example : sample.md contains only 3 lines.
```
$'
```

exported HTML: sample.html (showing only html under body tag)

<pre><code data-origin="<pre><code>

<footer style="position:fixed; font-size:.8em; text-align:right; bottom:0px; margin-left:-25px; height:20px; width:100%;">generated by <a href="http://pad.haroopress.com" target="_blank">haroopad</a></footer>
</body>
</html>

</code></pre>">

@@footer
</body>
</html>

</code></pre>

@@footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant