Crate unimarkup_render

Source
Expand description

This crate defines types and traits used in the inline and core crate to render Unimarkup elements to all supported output formats.

It also provides syntax highlighting functionality.

Modulesยง

highlight
Provides access to syntax and theme sets and syntax highlighting in general
html
Defines the Html struct that is returned by the Render trait when rendering Unimarkup to HTML.
render
Contains the Render trait definition.