-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Everything is converted except for
<code>,<script>,<style>, and<pre>tags.
In the context of markdown strings, it would be amazing if inline code and code block snippets could be ignored (considering adding smartquotes to transpile-md-to-json.
const smartquotes = require("smartquotes");
const text = smartquotes("# The typography \"rabbit hole\"\n\nTo enter the rabbit's home, once must first enter the rabbit hole using command `enter \"rabbit hole\"`.\n\n```javascript\nconst rabbit = \"hole\"\n```");
console.log(text)Current implementation breaks code.
Metadata
Metadata
Assignees
Labels
No labels
