-
```
I was pondering why my SICP writeups seem to be rather lacking in syntax
highlighting, even though I had carefully specified the language for all
the code-blocks, when it occurred to me that perha…
-
When used in a Django 1.9 project crispy-forms code produces some deprecation warnings:
```
python2.7/site-packages/crispy_forms/utils.py:157: RemovedInDjango110Warning: render() must be called with …
jandd updated
8 years ago
-
I've been suspecting using pandoc for my project, however I found that certain styles of line endings don't seem to register with pandoc causing everything to be flattened onto one line (meaning that …
-
Whilst rendering a serializer in a HTML template using `rest_framework.renderers.TemplateHTMLRenderer` and `{% render_form serializer %}` a couple of exceptions occur whilst resolving variables. (I'm …
-
```
I was pondering why my SICP writeups seem to be rather lacking in syntax
highlighting, even though I had carefully specified the language for all
the code-blocks, when it occurred to me that perha…
-
我是用cabal安装的Pandoc,然后安装了hexo-render-pandoc. 运行hexo g的时候提示:
```
events.js:141
throw er; // Unhandled 'error' event
^
Error: spawn pandoc ENOENT
at exports._errnoException (util.js:837:…
-
Followed the [install instructions](http://forms.viewflow.io/#installation) but am getting this error stack trace:
```
mikeumus:~/workspace (master) $ sudo python ./manage.py runserver $IP:$PORT
/ho…
-
Can't build into PDF, don't know why :(
➜ ofBook git:(master) ✗ ./create_ofBook.sh pdf
pandoc: Error producing PDF from TeX source.
! Use of \@array doesn't match its definition.
\new@ifnextchar ...s…
-
```
I was pondering why my SICP writeups seem to be rather lacking in syntax
highlighting, even though I had carefully specified the language for all
the code-blocks, when it occurred to me that perha…
-
Markdown inputs containing many left brackets in a row will cause Pandoc to spend a lot of time to complete. The processing time grows exponentially with each additional bracket. Just 22 brackets take…