Module egui::experimental::easy_mark_parser[][src]

A parser for EasyMark: a very simple markup language.

WARNING: EasyMark is subject to change.

This module does not depend on anything else in egui and should perhaps be its own crate.

EasyMark design goals:

  1. easy to parse
  2. easy to learn
  3. similar to markdown

Structs

Parser

Parser for the EasyMark markup language.

Style

Enums

Item