-
```
$ echo 'x' | pandoc -f html -t markdown
$ echo '[x](x)' | pandoc -f markdown -t markdown
$ echo '' | pandoc -f markdown -t html
$ echo '[x](y)' | pandoc -f markdown -t markdown
[x](y)
$ pandoc …
-
This is a regression from previous versions.
```
$ pandoc
[url](http://example.com/with_(parentheses))
url
$ pandoc -t markdown
[url](http://example.com/with_(parentheses))
[url](http://example.co…
-
First, let me demonstrate that I have Pygments installed:
~/Projects/testjulia/ProjectEuler pygmentize
Usage: /usr/local/share/python/pygmentize [-l | -g] [-F [:]] [-f ]
[-O ] [-P ] [-o ] …
-
I get from markdown
``` markdown
# Popis riešenia
## Schéma
## Lokalizácia
## Prístupové práva
```
HTML
``` html
Popis riešenia
Schéma
Lokalizácia
Prístupové práva
```
instead
``` html
Popis…
-
I installed texlive and pandoc yesterday. I try to output a pdf from this markdown file:
``` markdown
## Hello
I am a markdown document
```
Running `pandoc example2.md --template=template.tex -o e…
-
Trying to generate a TOC using RST doesn't work.
If I create a template file containing only:
$if(toc)$
$toc$
$endif$
When I specify the --toc -t rst options, the output is "yes".
The default temp…
-
pandoc segmentation fault when deal with bib file:
```
pandoc --bibliography=/Volumes/Mac/Users/RAM/Pandoc/bib/Bib.bib -s -S -o k.pdf -N --latex-engine=xelatex --template=~/artical.tex ~/README.md
…
-
Hi,
I'm trying to create a beamer presentation and setting the `lang` variable, so that auto-generated text and hyphenation is correct.
This is my sample document (in portuguese):
``` md
% Teste de…
cmmp updated
12 years ago
-
And I don't understand why and when.
for example:
markdown : https://github.com/Bridgit/Bridgit/blob/master/posts/2010-12-16-FS3.md
html : https://github.com/Bridgit/bridgit.github.com/blob/master/…
ghost updated
12 years ago
-
I am having problems with installing pandoc in a clean hsenv with cabal up to date
After creating the hsenv and activating it, I directly do:
```
$ cabal install pandoc
```
I do not get any error bu…