Merge pull request 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
commit 16a7f2950e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions
shared-lib/lib-ot/src
codec
markdown
mod.rs
lib.rs

View File

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

View File

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