An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

pandoc-japanese-docx - Japanese Docx reader for pandoc
=======================================================

[![Build Status](https://travis-ci.org/konn/pandoc-japanese-docx.svg?branch=master)](https://travis-ci.org/konn/pandoc-japanese-docx)
[![pandoc-japanese-docx](http://img.shields.io/hackage/v/pandoc-japanese-docx.svg)](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