diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-01-24 19:25:06 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-01-24 19:25:06 -0800 |
| commit | 7ddb609aae48ec10ef9899b25c52a4abecfbc176 (patch) | |
| tree | d9b14b0f084f973015044d92ffae3d7212ef088b /doc | |
| parent | 623fa4e1b9218e8acafa0a4f3c9df322774fbd60 (diff) | |
Fix div position in faqs.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/faqs.md | 3 |
1 files changed, 1 insertions, 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='<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>' ``` +::: |
