-
Notifications
You must be signed in to change notification settings - Fork 158
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
Duplicating HTML tags for FSX and IPYNB output. #695
Comments
Also, you can see how the HMTL output looks:
It seems to be working fine, as markdown normally is supposed to allow embedded HTML to be passed through unchanged. |
Yes that looks like a bug |
One a quick glance over the code I think this duplicates the firstLine: Might be correct if this | ((first, _n) as takenLine) :: TakeParagraphLines(html, rest) when first.StartsWith("<") -> though it's written a bit inefficiently |
* fix script links in nested directories * fix #695 * fix * fix * fix Co-authored-by: Don Syme <donsyme@fastmail.com>
Will be fixed in 11.4.2 https://github.com/fsprojects/FSharp.Formatting/blob/master/RELEASE_NOTES.md |
I was trying to add HTML tags through markdown. The HTML output works fine, but the IPYNB and the FSX output duplicates the open tag. I may be missing something here but I think that this example should not duplicate the open tag for the .ipynb and .fsx output.
Input:
The text was updated successfully, but these errors were encountered: