-
**Is your request related to a specific problem you're having?**
I'm always frustrated when starting a project, I don't want to set up a whole build chain and just want to get started:
```js
im…
-
## Goals
Support block and inline math notation.
### 1. MathJax-style notation
```markdown
$$
\LaTeX
$$
```
```markdown
Inline $\LaTeX$ notation
```
### 2. Code block notation
…
-
an empty strikethrough node produces a stray `~~~~` in the html:
### doc
![image](https://user-images.githubusercontent.com/917628/99351080-234f0300-28e3-11eb-8e0b-ac16ce5d9735.png)
### md (c…
-
Hi!
remark is switching to a new parser (and compiler) internally ([micromark](https://github.com/micromark/micromark), [`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536)), which …
-
Consider the following tree:
```
{
"type":"root",
"children":[
{
"type":"list",
"start":null,
"spread":false,
"ordered":false,
"chi…
-
### Nested MDX and indentation
Hi, i'm not sure where exactly to land that issue; looks like when parsing some MDX containing nested MDX components, the output from `toMarkdown` is reindented.
…
-
### Subject of the feature
Inline-only Markdown parser
### Problem
I'd like to render inline-only markdown to HTML like Slack's message formatting.
Currently, There's no easy way to achi…
-
### Subject of the discussion
With https://github.com/mdx-js/mdx/pull/1382, we now have a JavaScript syntax tree.
The tree starts out in estree: as markdown + mdx.js is parsed simultaneously, I …
-
## Goals
オプションで数式モードを使えるようにする。数式モードでは、`$` や `$$` を数式記法として使えるようになる。
数式モードの指定方法は、優先度の高い順に
- front matter ( `math: true` )
- vivliostyle.config.js
- CLIのオプション
など。
## Prior Art
## Discussion…
-
### Subject of the issue
With the old remark parser, link references that didn't have a corresponding definition were nonetheless detected and converted to mdast.
for example, the following:
…