Special nodes

Node Docstrings Markdown extensions
MkInclude Node to include the text of other Markdown files / MkNodes.

This node only keeps a reference to given target and resolves it when needed.
Target can either be an URL or any other fsspec protocol path to a markdown file,
a file system path to a markdown file, or another MkNode.
MkIFrame Node for embedding an IFrame.
MkCommandOutput Node to display the terminal output of a command.
Page info
Code for this section
mknodes.manual.nodes_section._
@nav.route.nav("Special nodes")
def _(nav: mk.MkNav):
    page = nav.add_page(is_index=True, hide="toc")
    page += create_section_for_nodes(nav, SPECIAL_NODES)
    page.created_by = create_section_for_nodes
Resources
Resources(css=[],
          markdown_extensions={'attr_list': {},
                               'md_in_html': {},
                               'pymdownx.emoji': {'emoji_generator': <function to_svg at 0x7fd7a6931800>,
                                                  'emoji_index': <function twemoji at 0x7fd7a69316c0>},
                               'pymdownx.magiclink': {'repo': 'mknodes',
                                                      'repo_url_shorthand': True,
                                                      'user': 'phil65'},
                               'tables': {}},
          plugins=[],
          js=[],
          assets=[],
          packages=[])
Metadata
created:
  source_filename: /home/runner/work/mknodes/mknodes/mknodes/manual/nodes_section.py
  source_function: _
  source_line_no: 166
hide:
- toc
template: SUMMARY.html
title: Special nodes