Open chaoszh opened 3 years ago
I don't have the bandwidth to work on tomarkdown but I'll merge PRs.
You would have to change https://github.com/kjk/notionapi/blob/master/tomarkdown/markdown.go#L318
You can also implement custom rendering just for your code using Converter.RenderBlockOverride
Hi, I am using tomarkdown.ToMarkdown api to get markdown content of a certain page. For code block, it generate markdown as below
instead of
I wonder if there is anyway to keep coding language attributes like the second one.
Thanks!