henriklovhaug / md-tui

Markdown renderer in the terminal
GNU Affero General Public License v3.0
205 stars 13 forks source link

Librarify md-tui #150

Closed orhun closed 2 months ago

orhun commented 2 months ago

Continuing the work started in #134 (closes #134 & closes #149)

The summary of this PR:

  1. Exposed the modules via lib.rs
  2. Added a simple demo
  3. Gated the networking and highlighting functionality behind feature flags (they are enabled as default)

Now md-tui can be used as follows:

[dependencies]
md-tui = { version = "*", features = ["networking", "highlighting"] }
henriklovhaug commented 2 months ago

Move the changelog into 0.8.5 and I'll merge it

orhun commented 2 months ago

done!