Skip to content

Commit

Permalink
lib: update cmark(-gfm) link
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk authored and Asherah Connor committed Jul 11, 2023
1 parent 216848f commit 72b5209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! A 100% [CommonMark](http://commonmark.org/) and [GFM](https://github.github.com/gfm/)
//! compatible Markdown parser. Source repository is at <https://github.com/kivikakk/comrak>.
//!
//! The design is based on [cmark](https://github.com/github/cmark), so familiarity with that will
//! help.
//! The design is based on [cmark-gfm](https://github.com/github/cmark-gfm), so
//! familiarity with that will help.
//!
//! You can use `comrak::markdown_to_html` directly:
//!
Expand Down

0 comments on commit 72b5209

Please sign in to comment.