mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-04 05:51:34 +00:00
Really disable image embeds
This commit is contained in:
parent
0194ddf663
commit
40fd0bf8c6
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ fn markdown_parser() -> MarkdownIt {
|
||||||
backticks::add(p);
|
backticks::add(p);
|
||||||
emphasis::add(p);
|
emphasis::add(p);
|
||||||
link::add(p);
|
link::add(p);
|
||||||
image::add(p);
|
|
||||||
autolink::add(p);
|
autolink::add(p);
|
||||||
entity::add(p);
|
entity::add(p);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue