This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
cd build
|
||||
pandoc --css epub.css -o data-visualization-guide.epub data-visualization-guide.md
|
||||
|
||||
# (</(?:h2|p|img|ul|pre)>)\s*
|
||||
# (<(?:h1|h2|h3|p|img|ul|ol|li|pre)>)\s* -- \n$1
|
||||
# \s+< -- <
|
||||
# <p>(<img.+alt="([^"]+)"[^>]*>)</p> -- <figure>$1<figcaption>$2</figcaption></figure>
|
||||
|
@@ -1,7 +1,8 @@
|
||||
cp -r docs/img build
|
||||
cp docs/epub.css build
|
||||
cp docs/pdf.css build
|
||||
cat \
|
||||
docs/title.md \
|
||||
docs/00-title.md \
|
||||
docs/01-say.md \
|
||||
docs/02-structure.md \
|
||||
docs/04-express.md \
|
||||
@@ -9,7 +10,7 @@ cat \
|
||||
docs/06-condense.md \
|
||||
docs/07-check.md \
|
||||
docs/09-unify.md \
|
||||
docs/epilogue.md \
|
||||
docs/10-epilogue.md \
|
||||
> build/data-visualization-guide.md
|
||||
cd build
|
||||
sed -E -e 's/docs\///g' -i '' data-visualization-guide.md
|
||||
|
Reference in New Issue
Block a user