Skip to content

Commit

Permalink
Add heading support in markdown to docx
Browse files Browse the repository at this point in the history
  • Loading branch information
soupslurpr committed Aug 17, 2023
1 parent af5aca4 commit e54325a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified app/src/main/jniLibs/arm64-v8a/libbeautyxt_rs.so
Binary file not shown.
Binary file modified app/src/main/jniLibs/x86_64/libbeautyxt_rs.so
Binary file not shown.
2 changes: 1 addition & 1 deletion beautyxt_rs/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use docx_rs::{Docx, Run};
use docx_rs::{Docx, Run, Style, StyleType};
use markdown::{mdast::Node, CompileOptions, Constructs, Options, ParseOptions};
use scraper::ElementRef;
use std::io::Cursor;
Expand Down

0 comments on commit e54325a

Please sign in to comment.