File tree Expand file tree Collapse file tree 3 files changed +203
-180
lines changed
Expand file tree Collapse file tree 3 files changed +203
-180
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 toolchain : stable
1818 - name : Check Rust code
19- run : cd markdown-renderer && cargo check
19+ run : cd markdown-renderer && cargo check --features sanitize
2020 - name : Run Clippy
2121 run : cd markdown-renderer && cargo clippy -- -D warnings
2222 - name : Run Tests
4242 if : steps.cache-wasm-pack.outputs.cache-hit != 'true'
4343 run : cargo install wasm-pack
4444 - name : Build Rust project
45- run : cd markdown-renderer && wasm-pack build --target web --release
45+ run : cd markdown-renderer && wasm-pack build --target web --release --features sanitize
4646 - name : Set up Bun.js
4747 uses : oven-sh/setup-bun@v2
4848 with :
Original file line number Diff line number Diff line change 14681468 }
14691469}
14701470
1471-
14721471/* Responsive iframe and math styles for markdown content */
14731472.markdown-body iframe {
14741473 max-width : 100% ;
You can’t perform that action at this time.
0 commit comments