Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up- Berkeley, CA
- Berkeley, CA
Popular repositories
-
pandoc
Universal markup converter
-
gitit
A wiki using HAppS, pandoc, and git
-
peg-markdown
An implementation of markdown in C, using a PEG grammar
-
pandocfilters
A python module for writing pandoc filters, with a collection of examples
-
yst
create static websites from YAML data and string templates
-
pandoc-citeproc
Library and executable for using citeproc with pandoc
2,103 contributions in the last year
Activity overview
Contribution activity
June 2019
Created an issue in jgm/pandoc that received 9 comments
Handle rtl annotation in docx reader
The structure
<w:r> <w:rPr> <w:rtl/> </w:Pr> <w:t>the Persian text</w:t>
</w:r>
should be parsed as
Span ("",[],[("dir","rtl")]) [Str "the",Space,…