pulldown-cmark-mdcat 2.10.0

Render pulldown-cmark events to TTY
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: pulldown-cmark-mdcat/tests/render.rs
assertion_line: 124
expression: "render_to_string(markdown_file, &iterm2_settings)"
input_file: pulldown-cmark-mdcat/tests/markdown/wrapping/lists.md
---
• mdcat now fills paragraph text to the column limit, i.e. fills up short
  lines and wraps long lines (see [GH-4]).
• mdcat now allows to control color and style via a new theme field in
  pulldown_cmark_mdcat::Settings of type pulldown_cmark_mdcat::Theme (see [GH-48
  ]).