refactor: Adjust to latest commit of simple plugin
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:
parent
4247c5d875
commit
5a1f9e044a
3 changed files with 41 additions and 60 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue