mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Header character within blockquotes #318
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LukeTOBrien on GitHub (Aug 9, 2019).
Version: 0.17.1
Hi there,
I just wondered if you're done testing with header character (
#) within blockquotes?Just now I compiled a presentation I have written to teach kids about programming, in one of my slides I have:
It seems the
#was compiled into<h1>when I wanted it ignored as text.Even if I surrond the has in code block ```` it still compiles it as
<h1>when it should be text.Can you have a look at replicating this?