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
Add a new Parse Option to disable Smart Opts during parsing (#62)
* * Add a new Parse Option to disable Smart Opts during parsing: i.e.,
* disable converting straight quotes to curly, --- to em dashes, -- to en dashes during parsing
* Update parser initialization to use the defaults when the options contain `.disableSmartOpts`
* * Add a unit test to verify `.disableSmartOpts` works as expected
Co-authored-by: Josh Angelsberg <[email protected]>
0 commit comments