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
Before the discussion, I'd like to thank for this great library! The proposal is very simple. Can we add an option to disable the language auto detection?
The usage for this is to express some errors or terminal related things with code fences. For example, if I render a block of code with language unspecified, then it looks like:
One can be modified like this. This won't break current behavior. If language is not specified with no auto detection, there is no reason to pass this extension. That's the reason I edited the left regexp. Since I misunderstood something, I deleted previous posted code.
I'd like to listen your feedback before I do that.
(+ I'm work in progress for this)
The text was updated successfully, but these errors were encountered:
Before the discussion, I'd like to thank for this great library! The proposal is very simple. Can we add an option to disable the language auto detection?
The usage for this is to express some errors or terminal related things with code fences. For example, if I render a block of code with language unspecified, then it looks like:
One can be modified like this. This won't break current behavior. If language is not specified with no auto detection, there is no reason to pass this extension. That's the reason I edited the left regexp.Since I misunderstood something, I deleted previous posted code.I'd like to listen your feedback before I do that.
(+ I'm work in progress for this)
The text was updated successfully, but these errors were encountered: