Skip to main content

All Questions

Tagged with
3 votes
1 answer
426 views

How to use Pandoc with double-byte characters?

I am trying to convert a Markdown document to PDF. The following works using pandoc test.md -o test.pdf: # Test Testing But this # Test 日本語 gives me an error: ! Package inputenc Error: Unicode ...
ceiling cat's user avatar
  • 4,557
6 votes
1 answer
5k views

Compile PDF book from multiple Markdown files

I have a folder structure like this, with recipe .md files in directories according to theme: Recipes |- Mains | |- recipe1.md | |- recipe2.md |- Desserts |- recipe3.md ...
John L. Godlee's user avatar
3 votes
2 answers
5k views

When converting txt to docx using pandoc, how to specify default paragraph style?

I am trying to convert a txt file (markdown) to docx using pandoc with a special MS Word template. I'm doing it this way: pandoc -s --reference-docx=/path/to/my/template.dotx -o outfield.docx file.md ...
Jason's user avatar
  • 315
0 votes
3 answers
2k views

Sublime 3 Markdown Build System via Pandoc

I'm trying to write a Sublime-Text-3 build system that will run Pandoc to convert my markdown file to html, and then open the html in my browser. I keep getting a "No Build System" error, and I can't ...
Fried Brice's user avatar
3 votes
1 answer
1k views

pandoc - markdown to man page tables not formatted (on msys2)

I am trying to use pandoc (if someone has a better conversion program I am all ears, please not ruby-dependent) to convert markdown files into manpages. It works fine until I go to do a doc with a ...
ehiller's user avatar
  • 334
2 votes
1 answer
343 views

Format to generate .tex, .pdf and .md from?

I've used Pandoc to generate .md, .tex, .pdf from .tex and .xhtml files. In tex I am using BibTeX and in ODT (save-as .xhtml) I am using Zotero to insert my citations. Currently neither .tex nor ....
A T's user avatar
  • 801
1 vote
1 answer
2k views

Pandoc not converting Markdown list to LaTeX properly

I cannot seem to get Pandoc to convert my Markdown documents to PDF (via LaTeX) properly. The problem seems to come from how I am formatting my lists. If I use the following command pandoc -i test.md -...
brandonaut's user avatar
3 votes
1 answer
1k views

Pandoc options to convert LaTeX flavored Markdown to HTML

The aim is to convert a Markdown file (file.md) to a html file (file.html). The Markdown file contains formulas specified in LaTeX specified between two dollar ($) signs. Example: The resulting ...
willeM_ Van Onsem's user avatar
50 votes
3 answers
59k views

correctly sizing PNG images in markdown with pandoc for html/pdf/docx

I am trying to use markdown with pandoc to convert a single document into html, pdf, and docx. It's an extremely simple document containing only math-less text and a few images. The images are in ...
user46976's user avatar
  • 1,548
9 votes
3 answers
6k views

Word count for markdown?

Is there a way to get a word count of natural language words in Markdown (or better, Pandoc Markdown), via the command line? It's possible to just use wc to get a very rough estimate, but wc is naive,...
naught101's user avatar
  • 1,433
2 votes
2 answers
5k views

Include files in Markdown document with Pandoc (except Haskell)

I use Pandoc to create Reveal.js presentations from Markdown documents, having switched to it from Google Slides. From the beginning I decided that presentations for different events and lectures are ...
certainlyakey's user avatar
1 vote
2 answers
2k views

Image Identifiers and List of Images with pandoc?

I have a text written in markdown (with pandoc extensions) with several image-references. Now I need to build a table or list with these images with a reference to the page they appear on. Just ...
mark's user avatar
  • 11
0 votes
1 answer
737 views

Compiling markdown Simplenotes with pandoc.vim and simplenote.vim

I would like to use pandoc.vim to compile markdown Simplenotes that I edit in Vim using simplenote.vim. To use pandoc.vim I set my Simplenote file type to pandoc with let g:SimplenoteFiletype = "...
Richard Herron's user avatar
1 vote
1 answer
1k views

using Jekyll to generate HTML-based slideshow presentations from Markdown source?

I want to create slick HTML-based slideshows to use for giving presentations. I've found a couple that I like, such as scrolldeck.js. Basically it's a static site within a folder, i.e. a single ...
incandescentman's user avatar
-1 votes
1 answer
714 views

Utility to automatically convert markdown content to HTML on-the-fly within an HTML page? [closed]

Is there a utility that will automatically convert my Markdown content to HTML on-the-fly within an HTML page? So that I could easily embed markdown content within an HTML page like so? <BODY&...
incandescentman's user avatar

15 30 50 per page