You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
constsmartquotes=require("smartquotes");consttext=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.
The text was updated successfully, but these errors were encountered:
[![How to self-host a hardened strongSwan IKEv2/IPsec VPN server for iOS and macOS - YouTube](how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos.png)](https://www.youtube.com/watch?v=HY3F_vHuTFQ"How to self-host a hardened strongSwan IKEv2/IPsec VPN server for iOS and macOS - YouTube")
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.
Current implementation breaks code.
The text was updated successfully, but these errors were encountered: