Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Librarify md-tui #150

Merged
merged 11 commits into from
Aug 26, 2024
Merged

Conversation

orhun
Copy link
Contributor

@orhun orhun commented Aug 26, 2024

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
Copy link
Owner

Move the changelog into 0.8.5 and I'll merge it

@orhun
Copy link
Contributor Author

orhun commented Aug 26, 2024

done!

Copy link
Owner

@henriklovhaug henriklovhaug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S&G (smooth & good)

@henriklovhaug henriklovhaug merged commit 1926d98 into henriklovhaug:main Aug 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants