Skip to content
Snippets Groups Projects
Commit dc9eaa52 authored by Raniere Silva's avatar Raniere Silva
Browse files

Add information about problems with Pandoc to FAQ

parent 49097cab
No related merge requests found
...@@ -64,6 +64,12 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+'mail ...@@ -64,6 +64,12 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+'mail
</ul> </ul>
<h2 id="debugging">Debugging</h2> <h2 id="debugging">Debugging</h2>
<p>Please add notes about problems and solutions below.</p> <p>Please add notes about problems and solutions below.</p>
<ul>
<li><p><code>pandoc: command not found</code></p>
<p>Probably you didn't install <a href="http://pandoc.org/installing.html">Pandoc</a>.</p></li>
<li><p><code>pandoc: Error running filter tools/filters/blockquote2div.py</code> due <code>ImportError: No module named 'pandocfilters'</code></p>
<p>Probably you didn't install <a href="https://pypi.python.org/pypi/pandocfilters/1.2.3">pandocfilters</a>.</p></li>
</ul>
</div> </div>
</div> </div>
<div class="footer"> <div class="footer">
......
...@@ -40,3 +40,13 @@ ...@@ -40,3 +40,13 @@
## Debugging ## Debugging
Please add notes about problems and solutions below. Please add notes about problems and solutions below.
* `pandoc: command not found`
Probably you didn't install [Pandoc](http://pandoc.org/installing.html).
* `pandoc: Error running filter tools/filters/blockquote2div.py`
due `ImportError: No module named 'pandocfilters'`
Probably you didn't install
[pandocfilters](https://pypi.python.org/pypi/pandocfilters/1.2.3).
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment