YAML Parser

Description

The YAML parser parses YAML markup (see http://yaml.org/ ).

Currently, it is highly experimental and implementation rather unstable - not even its applications are clear yet.

It does 2 things currently:

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

text_yaml.py

1.0

1.7

ParserMarket/YAML/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers.

This parser requires PyYAML being installed.

Usage

To use this parser, simply put #!text_yaml after the beginning of the code block (alternatively, use #format yaml for the whole page).

Example

{{{#!text_yaml group
- foo
- bar
}}}

Copyright/License

See source.

Discussion

What could it be used for?

...

MoinMoin: ParserMarket/YAML (last edited 2008-06-30 00:16:53 by ThomasWaldmann)