Header character within blockquotes #318

Open
opened 2026-01-29 14:33:40 +00:00 by claunia · 0 comments
Owner

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:

> In C# we can do this: 

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?

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: ```markdown > In C# we can do this: ``` 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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#318