crawl converts md images to raw link
parent
56325bc40e
commit
23807eebe9
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Reference in New Issue