crawl converts md images to raw link
This commit is contained in:
@@ -126,6 +126,10 @@ crawl_with() {
|
||||
| sed 's/](\([^#h]\)/]\(%%%\1/g'
|
||||
)"
|
||||
export CONTENT="${CONTENT//"%%%"/"${human_url%/*}/"}"
|
||||
export CONTENT="$(
|
||||
printf "%s\n" "$CONTENT" \
|
||||
| sed 's/!\[\([^]]*\)](\([^)]*\)\/-\/tree\/\([^)]*\))//g'
|
||||
)"
|
||||
export ID="$(
|
||||
local sum="$pid/"
|
||||
local title_so_far=""
|
||||
|
||||
Reference in New Issue
Block a user