DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:rst

rst Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Allows use of RestructuredText in DokuWiki

Last updated on
2015-10-07
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to markdown, markdownextra

Tagged with formatting, markup_language, restructuredtext, rst

Installation

External requirements:

The rst plugin requires the following additional components that must be installed separately:

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

The plugin accepts all the RestructuredText syntax described at http://docutils.sourceforge.net/. There are two ways to use it, either with <rst> directives in an existing Dokuwiki page or by creating pages with a .rst suffix.

Using directives

Just wrap the RestructuredText in the directives:-

<rst>
This is restructured text
</rst>
Filename with .rst suffix

Create a new page, if you create a link to a new page called newpage.rst within Dokuwiki the page will actually have the filename newpage.rst.txt, this will be recognised by the plugin and will be parsed as RestructuredText. You can of course create pages by other means, just ensure they are of the form pagename.rst.txt.

Change Log

Known Bugs and Issues

  • Appears to be broken with 2018-04-22b “Greebo” release. The <rst></rst> block doesn't generate an error but text in the block isn't rendered.

ToDo/Wish List

FAQ

Discussion

plugin/rst.txt · Last modified: 2019-09-14 22:20 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki