pandoc icon indicating copy to clipboard operation
pandoc copied to clipboard

Pandoc (Python Library)

Results 21 pandoc issues
Sort by recently updated
recently updated
newest added

Dear developer, Latest major pandoc release is not supported. The current issue is similar to https://github.com/boisgera/pandoc/issues/48 As a temporary solution one can rollback to latest supported version, which is 2.18...

As [discussed on the list](https://groups.google.com/g/pandoc-discuss/c/i5TBRs4SrHA/m/IWYQXXOHAwAJ), it'd be nice to have a higher level API, including/especially when it comes to selecting objects. [Creating an issue so I can track if there's...

The description of this project quite terse. What exaclty does it do? - Reimplement the pandoc data-model for documents? - Implement converters? What can this be used for or which...

![image](https://user-images.githubusercontent.com/23495987/93877787-9ab14d80-fd0b-11ea-9b3e-37812f0d443b.png) ![image](https://user-images.githubusercontent.com/23495987/93877809-a1d85b80-fd0b-11ea-9d5f-7dbbb2a43e1f.png) Hello. There's no "definition" directory in pypi package. seems that there's something wrong with the setup method.

bug

At the moment, only `python -m pandoc read` is demonstrated.

Sync with latest pandoc ; unfortunately I don't see an easy way to sync these features with the pandoc version which is used. So I am opting for the largest...

Pretty-printing of a Pandoc instance would be nice since the current output is not human-readable except for very short fragments. - [ ] Consider the API (connected to the existing...

General thread : can / should python type hints be used intead of the existing micro-language used in the `_def` class attribute ? And maybe in the class representation, instead...

will fail even when `attr` is a correctly formed tuple. `Attr` is useful as a piece of documentation since in the REPL one can do for example >>> Image Image(Attr,...