Skip to content

Commit 8a13eee

Browse files
committed
update bench submodules; build markdown-it without syntect.
1 parent ca01215 commit 8a13eee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build-cmark-gfm:
2929

3030
build-markdown-it:
3131
cd ${ROOT}/vendor/markdown-it && \
32-
cargo build --release && \
32+
cargo build --release --no-default-features && \
3333
cp target/release/markdown-it ${ROOT}/benches/markdown-it
3434

3535
build-pulldown-cmark:

vendor/markdown-it

vendor/pulldown-cmark

0 commit comments

Comments
 (0)