-
```
error: couldn't IRGen expression: Clang importer error
error: /Users/alex/Library/Developer/Xcode/DerivedData/ChatOnMac-gsqkxqqtibupgzchrgapmxdoaogz/SourcePackages/checkouts/swift-markdown-ui/So…
-
I'm not really sure where to file this, but:
I just started using `next-mdx-remote`, and everything was working fine until I added the `remark-gfm` plugin. This is the entire error I was getting, …
-
From [Quarto Authoring Diagrams](https://quarto.org/docs/authoring/diagrams.html) discussion of valid values for `mermaid-format` I get the suggested yml header below specifying use of javascript, but…
-
Followed the guide til the first execution after setting Github keys:
```
deno task start
Task start deno run --unstable-kv -A --watch=static/,routes/ --env dev.ts
Watcher Process started.
erro…
-
以下のような文字の次にアンダースコアが来るようなときは、
イタリックに変換されないように GFM はなっているのですが、
イタリックに変換されているようです。
kei_s t_wada
-
Github also has a spec for their markdown rendering:
https://github.github.com/gfm/
More details: https://githubengineering.com/a-formal-spec-for-github-markdown/
They do not currently support…
-
This
```
foo
bar
foobar
```
Produces the following when used in slides
```
foo
bar
foobar
```
But the following, incorrect, output when used in speaker notes
```
foo bar foobar
```
It seems like…
-
Hi. Thanks for a great library and plugin! :apple:
turndown@5.0.3
turndown-plugin-gfm@1.0.2
This code produces an error. Removing `` from `` makes the code work fine.
```js
const TurndownServ…
-
In `monokai-pro\index.less`:
Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:hos…
-
Related: #17 #16 #17
I can't get remark-gfm to work as a plugin for extending markdown support to include Github Flavoured Markdown.
Adding an
```
mdx: {
remarkPlugins: [remarkGfm],
}…