From 7ddb609aae48ec10ef9899b25c52a4abecfbc176 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 24 Jan 2022 19:25:06 -0800 Subject: [PATCH] Fix div position in faqs. --- doc/faqs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/faqs.md b/doc/faqs.md index 82de2d780..235783cf5 100644 --- a/doc/faqs.md +++ b/doc/faqs.md @@ -132,8 +132,6 @@ example, pandoc -o my.pdf --pdf-engine=/Library/TeX/texbin/pdflatex -::: - ## When I convert from ipynb, some visualizations aren't showing up. First, unless your target is a binary format (docx, odt, epub), @@ -152,3 +150,4 @@ pandoc -s -o output.html input.ipynb \ -V header-includes='' ``` +:::