Move link to its own module.

This commit is contained in:
Tom Alexander
2022-12-18 02:37:42 -05:00
parent 0b35491047
commit 58f2f4e6aa
5 changed files with 66 additions and 59 deletions

View File

@@ -1,6 +1,7 @@
mod bold;
mod combinator;
mod error;
mod link;
mod list;
mod parser_context;
mod parser_with_context;