This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
v1.2.0
This release contains a minor fixes that should not impact most usage.
First, if you were using symlinked mdx files, you would get errors previously. This should now be resolved, and symlinks can be used without issue with this plugin now.
Second, if there were yaml errors in any of the mdx files processed, previously the error message would be unclear and it would be difficult to pin down where it came from. Now, yaml errors are handled properly and are perfectly clear with an error message, file source, and line/column trace.
And finally, we now use safeLoad
instead of load
for frontmatter, which closes down some opportunities to inject strange behavior.