-
Configuration section of documentation should contain information about template loader without which, you're unable to render pages.
If no loaders are specified this will work at least for django 1.…
-
It seems that pandoc 1.17.2 escapes inline LaTeX ```enumerate``` environments if it considers them empty. ```itemize``` environments work fine, but ```enumerate``` environments get escaped:
```
$ …
-
Steps to Reproduce: Test Case 1
--------------------------------------------------
Take a single markdown file (encoded in UTF-8) with a hebrew character
#File test-case.md
A list
…
-
When multiple `DjangoTemplate` backends are configured using the `TEMPLATES` setting Django isn't able to determine a default engine when [instantiating a `Template` engine without passing an `engine`…
-
I'm trying to convert from HTML to PDF using `wkhtmltopdf`. I run this command (as specified [here](http://pandoc.org/MANUAL.html#creating-a-pdf)):
```
pandoc -t html5 article.html -o outout.pdf
…
-
I think this is due to this issue https://code.djangoproject.com/ticket/24425 and specifically this line in 1.8 https://github.com/django/django/blob/8e129b42ad9c9adca599228ae2ad68271fa46d44/django/te…
-
Hi, the Makefile for creating a tex file from the md manuscript returns the following errors:
`pandoc-crossref: Error in $: mempty
pandoc: Error running filter /home/alexandra/.cabal/bin/pandoc-cros…
-
Simple example:
```
$ echo '\dedication{To my nonexistent readers}'| pandoc -f latex -t plain
[no output]
```
Basically, \dedication is like an unnumbered, unlisted \section that is between the titl…
-
I have mypy 0.521, python 3.5.4+ (12-g44c1b62), typing 3.6.2, Django 1.11.5 and djangorestframework 3.6.4.
I want to analyze this file
```
from rest_framework.request import Request as DRFReque…
-
This simply HTML code below will generate a the following error from xelatex and pdflatex: `There's no line here to end.`
HTML code:
```
```
Commands ran:
```
pandoc minimal.html -s -o minimal.t…