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
create one browser instance per programmatic API call (eb86ef0), closes #146
(this fixes a problem with the browser instance not closing when using the programmatic API which would cause the process to hang)
If you previously used JavaScript in front-matter, you'll now have to set --gray-matter-options 'null' (or gray_matter_options: undefined) to overwrite the new default options that disable the JS engine.
Bug Fixes
disable JS engine for front-matter by default to prevent RCE (a716259), closes #99