https://github.com/konn/pandoc-japanese-docx
Enhanced Docx reader for pandoc with the support for Japanese markups
https://github.com/konn/pandoc-japanese-docx
Last synced: 2 months ago
JSON representation
Enhanced Docx reader for pandoc with the support for Japanese markups
- Host: GitHub
- URL: https://github.com/konn/pandoc-japanese-docx
- Owner: konn
- License: gpl-2.0
- Created: 2015-03-01T11:44:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T12:28:25.000Z (about 10 years ago)
- Last Synced: 2025-01-23T17:15:11.441Z (4 months ago)
- Language: Haskell
- Size: 184 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pandoc-japanese-docx - Japanese Docx reader for pandoc
=======================================================[](https://travis-ci.org/konn/pandoc-japanese-docx)
[](http://hackage.haskell.org/package/pandoc-japanese-docx)## What is this?
Enhanced Pandoc Docx reader with Japanese markup supported.
Currently, almost all of the code are taken from original
[pandoc](http://github.com/jgm/pandoc ) Docx parser.Currently pandoc does not provide environment representing
Japanese writings (such as ruby, horizontal-in-vertical and
side dots emphasis), so the resulting pandoc AST carries
such data as classes and attributes in `Span`{.haskell}.
For more detail, read
[the rough spec of my representation](https://github.com/konn/pandoc-japanese-filters/blob/master/Spec.md)
or just read source codes.## Install
```sh
$ cabal install pandoc-japanese-docx
```## Licence
GPL