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
By updating to mdast-util-to-markdown@2.1.1, the issue with trailing whitespace inside emphasis resulting in invalid Markdown syntax (#5) is fixed by encoding characters adjacent to markers (thanks, @wooorm!).
Added the --write option. With this option, the results of processing the operands are written back to their respective input files, instead of having them concatenated in stdout. When using --write, the result of processing stdin is skipped, as it doesn’t correspond to a physical file.
Adds trimd remarkdown command, taking the same options as trimd markdown, to convert Markdown to Markdown. This is useful for converting mixed Markdown + HTML to plain Markdown, as well as for normalizing the style based on the provided md.* options.