You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of pandoc, a program and Haskell library for converting between markup formats.
|
|
|
Generate list labels like (a)?
|
| |
Hi,
If I use (a) in a list in a pandoc file, the generate html file has
the label "a". How to get the label as "(a)"? Thanks.
-- Regards,
Peng
|
|
typeset algorithm in pandoc
|
| |
Hi,
I don't find a structure for typesetting algorithm. Something like the
following from latex is desire. Is there anything available in pandoc?
[link]
-- Regards,
Peng
|
|
embedding multiple fonts in ePub
|
| |
Hi,
would it be possible to embed multiple fonts in an ePub file using the
argument only once? I mean something like:
--epub-embed-font=fonts/FreeSe rif*.ttf
So it would be easier for the user.
Many thanks for your help,
Pablo
-- [link]
|
|
reuse same header level with #=
|
| |
In a discussion about markdown and similar syntaxes a friend of mine suggested that one should be able to use the following: ...level 2 ...level 3 ...level 1 This would be useful when moving blocks. The structure in the block would adapt to the level it is moved to.
|
|
attaching files to pandoc pdf
|
| |
I just stumbled over PDFtk, a tool for messing around with PDF files without the need for acrobat. There is a tutorial on how to add an attachment to a PDF<[link]> . Then I thought that it would be awsome to be able to attach files to a... more »
|
|
Pandoc objective-c syntax highlighting doesn't work for some reason
|
| |
Hello, I am trying to get objective-c code highlighting to work. I use ~~~ {.m} <code> ~~~ And run pandoc like this: pandoc code.md --highlight-style pygments -s > test.html Unfortunately there is no syntax highlighting in the resulting file. Highlighting works though if I change ".m" to ".c". Where may be the problem?... more »
|
|
using pandoc over ssh
|
| |
I've written a shell script for using pandoc over ssh: [link] If you are on a system that does not have pandoc installed, but have ssh access to a system that does, you can install this script, give it the name `pandoc`, and give yourself the illusion of having a (slow) local... more »
|
|
Internal links for non headers
|
| |
Hi,
I want to link within a document to any arbitrary position within the
same document. I only find how to link to headers. Is there a way to
link to arbitrary positions?
[link]
-- Regards,
Peng
|
|
Indent paragraph
|
| |
Hi,
I want to have each paragraph indented in the generated output (such
as pdf or html). Is there a way to denote such information in pandoc
document? Thanks.
-- Regards,
Peng
|
|
pandoc digest cannot be open by thunderbird
|
| |
Hello
I just realized that, but the digest format the pandoc mailing list
software uses cannot be really opened, by thunderbird in separated
messages as can be done by digest send by other mailing list software.
How do people read the digest?
Uwe Brauer
|
|
|