We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$'
$' 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$'
in code block produces Invalid HTMLwhich 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)
The text was updated successfully, but these errors were encountered: