1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-04 02:51:35 +00:00

Really disable image embeds

This commit is contained in:
Felix Ableitner 2025-01-16 12:35:45 +01:00
parent 0194ddf663
commit 40fd0bf8c6

View file

@ -41,7 +41,6 @@ fn markdown_parser() -> MarkdownIt {
backticks::add(p);
emphasis::add(p);
link::add(p);
image::add(p);
autolink::add(p);
entity::add(p);
}