-
### Background
Currently there are "commonmark" tests, but they only test `markdown-it` to output correct HTML for markdown (which is already tested upstream), but they are not testing our pipeline t…
-
> Sounds like a plan re using our version :+1:
>
> That's fair - I think if it were me, I'd potentially be using this OpenAPI description with different tools (i.e. it may go onto [the API Catalogu…
-
Hi, I use [CommonMark](http://commonmark.org) in my published documents, which I edit with wiki.vim. I couldn't find a way to transform the link URL that `:WikiTocGenerate` makes, so I kindly request …
step- updated
2 months ago
-
See jgm/CommonMark#57, especially @zdne's comment.
Instead of starting and ending line and column for each element, we need to associate each element with a possibly non-contiguous range of positions…
-
Add supports for the default commonmark extensions.
- [ ] Autolink
- [ ] Github Flavoured Markdown
- [ ] Footnote
- [ ] Table of Contents
-
```yaml
---
openapi: 3.1.0
x-top-level: value
info:
title: Sample API
unknownFixedField: value
description: Optional multiline or single-line description in [CommonMark](http://commonmark…
-
### Motivation
Related to the CommonMark support issue: https://github.com/facebook/docusaurus/issues/3018
Some custom elements we created do not work when using the CommonMark parser mode, that…
-
Current failing cmark json tests:
```
// Expected
44, // This is a block break, expect it to be different
// Minor
25, // This is a I think
// To fix
333, // Spacing around inline code?
…
-
Since `league/commonmark` hit v2 back on Jul 24 of this year, this package has lagged behind. Are there any plans to upgrade this package to support Commonmark v2 any time soon?
-
Baring a a way to use Pandoc's own internal AST for highlighting (see see #300), I've become fairly convinced that the best way forward is to gut and rebuild the syntax rules from the ground up. Given…