Merge pull request #757 from AppFlowy-IO/feat/markdown

chore: add codec to lib-ot
This commit is contained in:
Nathan.fooo
2022-08-03 08:14:49 +08:00
committed by GitHub
3 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
pub mod markdown;

View File

@ -1,3 +1,4 @@
pub mod core;
pub mod errors;
pub mod parser;
pub mod rich_text;