-
### Subject of the feature
[docmatter](https://github.com/bevry/docmatter) is the frontmatter loader used in [docpad](https://github.com/docpad/docpad) which was the first big node.js static si…
-
### Subject of the issue
Tables used to be ignored in v12, but now seeing them flagged. Possibily a missing publish for an updated extension, as I see changes in the for remark changes in https…
-
See: https://svelte.dev/repl/982673f97faa457692eb4d7bd51998df?version=3.29.0
Tl; dr: Some languages use different numerals (eg. ١,٢,٣ instead of 1,2,3). Can those numerals also be used to mark list…
-
To get more clarity on where this fits in in the @unifiedjs ecosystem, could the assigned folks add some example usages of this library in this issue please?
Examples of how this would be used by @…
-
### Subject of the issue
When splitting the code block flag into `lang` and `meta`, remark does not account for this case:
````markdown
```js{foo=1 bar=2 baz=3}
console.log("hello world");…
-
Say we take:
1. Indented code: it ends when there is a bogus line. But there could be infinity blank lines before that bogus line.
2. [HTML blocks](https://spec.commonmark.org/0.29/#html-blocks) o…
-
Hi!
### Subject of the feature
We would like to do these things:
1. Support ATX headings only up to certain level. Currently hard-coded in `MAX_ATX_COUNT` private module variable.
2. Support…
-
### Subject of the issue
Because `remark-github` extends the remark Parser to do its work, it doesn't process nodes that were added by an earlier plugin (after parsing). For example:
```js
rema…