Skip to content

Commit 1dfd893

Browse files
committed
chore: fmt
1 parent 296cbd4 commit 1dfd893

File tree

3 files changed

+203
-180
lines changed

3 files changed

+203
-180
lines changed

.github/workflows/biome-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -42,7 +42,7 @@ jobs:
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:

example/src/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,6 @@
14681468
}
14691469
}
14701470

1471-
14721471
/* Responsive iframe and math styles for markdown content */
14731472
.markdown-body iframe {
14741473
max-width: 100%;

0 commit comments

Comments
 (0)