Markdown parser on nova.app’s extension page breaks fenced code blocks

Not an API bug report per se, but I wanted to signal the Markdown parser generating the extension description pages on nova.app does not handle fenced code blocks. For instance, this is how my extension’s install instructions from the REDAME look on nova.app:

The original Markdown, in case you cannot guess, is:

```sh
brew install eslint
```

and

```sh
npm install -g eslint

# or

yarn install eslint
```

which both Github and Discourse handle just fine, BTW.

Thank you Martin!

I’ll forward this along to our web team.

1 Like