Skip to content

Commit 14a9129

Browse files
committed
feat: support table
1 parent 3205f0c commit 14a9129

File tree

1 file changed

+1
-0
lines changed
  • mdast_util_to_markdown/src/handle

1 file changed

+1
-0
lines changed

mdast_util_to_markdown/src/handle/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ mod math;
2121
mod paragraph;
2222
mod root;
2323
pub mod strong;
24+
mod table;
2425
mod text;
2526
mod thematic_break;
2627

0 commit comments

Comments
 (0)