Triple emphasis support #242

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

Originally created by @XspeedPL on GitHub (Nov 20, 2018).

Hello,

As far as I know Markdig doesn't support italic and bold at once text by using triple emphasis.
Example: commonmark.js dingus link
EmphasisInline class has only IsDouble property. Either IsTriple or Count property could be introduced.

Cheers

Originally created by @XspeedPL on GitHub (Nov 20, 2018). Hello, As far as I know Markdig doesn't support italic and bold at once text by using triple emphasis. Example: [commonmark.js dingus link](https://spec.commonmark.org/dingus/?text=***test***) EmphasisInline class has only IsDouble property. Either IsTriple or Count property could be introduced. Cheers
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#242