alepha@docs:~/docs/framework/packages/@alepha-ui$
cat markdown.md | pretty1 min read
Last commit:
#@alepha/ui - Markdown
#Installation
npm install @alepha/ui
#Overview
Markdown rendered as prose, with diagrams.
MarkdownView renders GitHub-flavoured markdown with highlighted code, and
draws flowchart and sequenceDiagram fences as SVG. diagramKind,
parseFlowchart and parseSequence expose the parsers, so an editor can
validate a diagram before it is saved.
Imports its own stylesheet, so it is loaded through a bundler rather than plain Node.