Avoid loading of external images
This commit is contained in:
parent
60d4605ac1
commit
e14c126b2b
1 changed files with 1 additions and 0 deletions
1
gen.sh
1
gen.sh
|
@ -31,6 +31,7 @@ emoji() {
|
|||
markdown() {
|
||||
htmlescape | \
|
||||
{ pandoc --from=markdown --to=html || printf "Markdown conversion failed\n" >&2; } | \
|
||||
sed 's/src="\(.*\)"/src=""/g' | \
|
||||
emoji
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue