abstract class Luce::BlockHTMLSyntax
- Luce::BlockHTMLSyntax
- Luce::BlockSyntax
- Reference
- Object
Overview
Parses inline HTML at the block level.
This differs from other Markdown implementations in several ways:
- This on is way way WAY simpler.
- Essentially no HTML parsing or validation is done. We're a Markdown parser, not an HTML parser!