Questions tagged [commonmark]

A strongly specified, highly compatible implementation of Markdown

A standardized, strongly specified, highly compatible implementation of Markdown.


Resources

Introduction

Specifications

54 questions
1
vote
1 answer

.NET library that supports Markdown subset restrictions (akin to SO comments)

What is the easiest way to implement something similar to StackOverflow comments section? They refer to it as 'mini-Markdown': only italic, bold and code is allowed. So a limited list of Markdown tags. Everything else, including HTML and other MD…
Blinky
  • 31
  • 3
1
vote
1 answer

How can I show how to make code block in Markdown within a code block?

I tried this: ```text ```bash ``` ``` but in CommonMark (see http://spec.commonmark.org/dingus/?text=%60%60%60text%0A%60%60%60bash%0A%60%60%60%0A%60%60%60) it doesn't work. What I want

        
Martin Thoma
  • 124,992
  • 159
  • 614
  • 958
1
vote
1 answer

Using Django's urlize with CommonMark

I'd like to use Django's urlize function together with django-markwhat's CommonMark filter. I'm imagining something like this: {{ "http://example.com"|urlize|commonmark }} Which outputs

http://example.com

.…
nnyby
  • 4,748
  • 10
  • 49
  • 105
1
vote
0 answers

How do I use scrollspy on Commonmark input/preview with AngularJS without jQuery?

When I was looking for a live-preview inline Markdown editor for a project - live editing within an HTML page - I came across this one. The feature that interested me the most was scrollspy: when you scroll the input