Expand description
Operations on Markdown that are not link- or reference-related
Functions§
- extract_
code_ from_ all_ markdown_ files_ in - Extract code examples from all Markdown files within a source directory and write them to separate files.
- include_
in_ all_ markdown_ files_ in - Within each mdBook-style Markdown file in a source directory, replace {{#include file.md}} statements by the contents of the included file.
- remove_
code_ from_ all_ markdown_ files_ in - Remove Rust code blocks from Markdown files, replacing each by an {{#include … }} statement.
- remove_
includes_ in_ all_ markdown_ files_ in - Within each mdBook-style Markdown file in a source directory, remove any left-over {{#include file.md}} statements (and replace by a hard-coded string).