Sign inSign up

cxwangyi/pandoc

By cxwangyi

Updated about 6 years ago

Image
0

883

cxwangyi/pandoc repository overview

Dockerized Markdown-to-PDF Converter

To convert all Markdown files in a directory, say ~/my_artwork, into PDF files, please run the following command:

docker run --rm -v $HOME/my_artwork:/work cxwangyi/pandoc

GraphViz

digraph G {
  bgcolor="#ffffff00"
  rankdir=LR

  subgraph cluster_0 {
    style="filled, rounded";
    color="#E6EAF2"
    node [style=filled,color=white];
    a0 -> a1;
  }

  subgraph cluster_1 {
    node [style=filled color="#E6EAF2"];
    b3;
    label = "System B";
    style="dashed, rounded"
    color=blue
  }

  start -> a0;
  start -> b3;
  a1 -> b3;

  start [label="load" shape=folder];
}

Math

$$\oiint_V f(s,t) ,ds,dt$$

Tables

RightLeftDefaultCenter
12121212
12121212
12121212
12121212
12121212
123123123123
1111

CJK

  • 这段话是简体中文
  • 這段話是繁體中文
  • この一節は日本語です

Tag summary

Content type

Image

Digest

Size

436.4 MB

Last updated

about 6 years ago

docker pull cxwangyi/pandoc