refactor: Adjust to latest commit of simple plugin
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

Now reiterates significantly less code from the simple plugin. Also, adjusted
  the default for extract_standard_markdown when copy_standard_markdown is true.
This commit is contained in:
Glen Whitney 2021-01-13 21:36:29 -08:00
parent 4247c5d875
commit 5a1f9e044a
3 changed files with 41 additions and 60 deletions

View file

@ -3,7 +3,7 @@ startdir=$PWD
for file in tests/fixtures/*
do
cd "$startdir/$file"
mkdocs build
mkdocs -v build
# unfortunately MkDocs writes the run date in the last few lines of index:
head -n -3 site/index.html > site/croppedindex.html
rm site/index.html