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

om init: Switch to mdcat for markdown #317

Merged
merged 4 commits into from
Oct 14, 2024
Merged

om init: Switch to mdcat for markdown #317

merged 4 commits into from
Oct 14, 2024

Conversation

srid
Copy link
Member

@srid srid commented Oct 14, 2024

Printing Markdown is now as simple as:

use omnix_common::markdown::print_markdown;

...

    print_markdown(
        path,
        &format!("## 🥳 Initialized template at `{}`", path.display()),
    )
    .await?;

@srid srid marked this pull request as ready for review October 14, 2024 22:29
@srid srid merged commit 7fd7dbf into main Oct 14, 2024
5 checks passed
@srid srid deleted the mdcat branch October 14, 2024 22:29
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.

1 participant