Skip to main content

Module mkdocs_snippets

Module mkdocs_snippets 

Source

Functions§

is_snippet_block_delimiter
Check if a line is a bare snippet block delimiter (for multi-line blocks)
is_snippet_marker
Check if a line contains MkDocs snippet syntax
is_snippet_section_end
Check if a line is a snippet section end marker
is_snippet_section_start
Check if a line is a snippet section start marker
is_within_snippet_block
Check if a position is within a multi-line snippet block Multi-line blocks have the format: –8<– file1.md file2.md –8<–
is_within_snippet_section
Check if a position is within a snippet section
looks_like_snippet_reference
Check if a line contains a snippet reference that could be a broken link