Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes
xrefs Namespace Reference

Classes

class  _MdLinkFixerTreeprocessor
 
class  _XrefPattern
 
class  XrefExtension
 

Detailed Description

Markdown extension for xrefs and reference to other Markdown files.

Xref is a reference of form [`symbol`][] or [text][`symbol`], where symbol
is expected to be one of the following:

   * package:-scheme URI - it will be resolved using .packages file in the
     root directory
   * file path
   * C++ symbol - will be resolved through xref.json file (see README.md)

Xrefs are converted to GitHub links.

Additionally this extension retargets links pointing to markdown files to
the html files produced from these markdown files.

Usage: markdown.markdown(extensions=[XrefExtension()])