mirror of
https://github.com/rawiriblundell/wiki.bash-hackers.org
synced 2024-12-24 13:50:39 +01:00
Add note about pandoc'ing to archive_crawler
This commit is contained in:
parent
91f259b2ba
commit
70c107ca1f
@ -114,3 +114,8 @@ extract_markup() {
|
|||||||
get_wayback_target "${REPLY}"
|
get_wayback_target "${REPLY}"
|
||||||
done < waybacktargets
|
done < waybacktargets
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Convert from dokuwiki markup to github markdown
|
||||||
|
while read -r; do
|
||||||
|
pandoc --from dokuwiki --to gfm --toc --no-highlight "${REPLY}" > "${REPLY/.markup/}.md"
|
||||||
|
done < <(find . -name "*.markup")
|
||||||
|
Loading…
Reference in New Issue
Block a user