Skip to content

[After !101] Connected markwonx module to main module. Enabled decoration, processing and visiting markdown node tree.

Merge after !101 (merged)

What's done

  1. Connected markwonx module to app module.
  2. Enabled decoration of raw markdown using our MarkdownDecorator. Currently used only LabelDecorator.
  3. Enabled processing of decorated markdown and conversion of decorated slices to LabelNode.
  4. Added LabelVisitor. It visits all AST nodes and applies bold span to text where LabelNode located.

Result

Edited by Ilya Gulya

Merge request reports