souvikinator / notion-to-md

Convert notion pages, block and list of blocks to markdown (supports nesting and custom parsing)
https://www.npmjs.com/package/notion-to-md
MIT License
1.11k stars 91 forks source link

"plain text" code block convertion problem #47

Closed alerezaaa closed 2 years ago

alerezaaa commented 2 years ago

Hi

plain text code parts converted to

```plain text

instead of

```text

not supported in jekyll

it is text
it is plain text

image

For instence, I created this blog post: https://adehghanzadeh.github.io/Jekyll_minimal-mistake/try-to-deploy-this-blog-to-cloudflare-pages/

souvikinator commented 2 years ago

With markdown, both plain text and text works. So it's jekyll's issue. However it doesn't seem to cause an issue in the vanilla markdown, so I can switch from plain text to text. Should be live in the next release

souvikinator commented 2 years ago

The changes are live in v2.5.4.