This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import bz2 | |
import xml | |
import xml.dom.pulldom | |
from dataclasses import dataclass | |
from datetime import datetime | |
from typing import Generator, Optional, List | |
from xml.dom.minidom import Element | |
import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# download pandoc deb and install | |
# sudo apt install texlive texlive-xetex | |
pandoc --from gfm --to pdf --pdf-engine=xelatex --output output.pdf opis.md |
OlderNewer