소스 검색

Merge branch 'main' into feat/flowy_editor

appflowy 2 년 전
부모
커밋
07726fc6d6
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      shared-lib/lib-ot/src/codec/markdown/mod.rs
  2. 1 1
      shared-lib/lib-ot/src/lib.rs

+ 1 - 0
shared-lib/lib-ot/src/codec/markdown/mod.rs

@@ -0,0 +1 @@
+

+ 1 - 1
shared-lib/lib-ot/src/lib.rs

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