rst-parser icon indicating copy to clipboard operation
rst-parser copied to clipboard

Results 20 rst-parser issues
Sort by recently updated
recently updated
newest added

### Bug Report | Q | A |------------ | ------ | BC Break | no #### Summary see [Types Docs](https://www.doctrine-project.org/projects/doctrine-dbal/en/2.7/reference/types.html#mapping-matrix) seems not supporting fusion cells. I don't know how to...

It would be great if there is a supported way to traverse the generated `DocumentNode` and modify the node structure. The [`docutils.transforms`](https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/docutils/transforms/) namespace includes quite some usage of such node...

Improvement

**Env** OS: macOS 10.15.6 php: ``` PHP 7.3.11 (cli) (built: Jul 5 2020 03:23:39) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.11, Copyright (c) 1998-2018 Zend...

For phpDocumentor we want to be able to build a TOC for the API documentation and the output of one or more runs of this RST parser and inject that...

Enhancement

After #100, a lot more table structures are supported, but rowspan is still not supported, but could now be added for "pretty/grid" tables: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#grid-tables

Enhancement

- User needs to be able to customize Twig to add functions, filters, etc. This requires giving access to the Twig Environment. - Templating/themes need to be able to access...

Enhancement

Hello, one of the current task we're working on, is to provide some preview theme for the user. The theme which Sphinx was providing is [Read the docs](https://sphinx-rtd-theme.readthedocs.io/en/latest/). Then, in...

Improvement

We have an event system (yay!) but I think there's no way yet to know when each file is being parsed/rendered. We'd like to add some output while running our...

The RST parser we're using doesn't support this right now so I think the best course of action is to change the RST so that it can render with this...

Maybe Hoa\Compiler or Doctrine\Lexer

Improvement