Stub

1.0 (2017-09-13)

Entity Defintions

FIXME

Notes

Examples

Define and use an entity version for the current version of the software you’re documenting:

@ducktype/1.0
@define version 3.26

= A Page With Entities

This page describes MyApp $version;.

Define and use an entity that contains inline markup:

@ducktype/1.0
@define appname $app(MyApp)
@define version 3.26

= A Page With Entities

This page describes $appname; $version;.

Define and use an entity that references other entities:

@ducktype/1.0
@define appname $app(MyApp)
@define version 3.26
@define appvers $appname; $version;

= A Page With Entities

This page describes $appvers;.

Specification

© 2017 Shaun McCance
cc-by-sa 3.0 (us)

This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.

As a special exception, the copyright holders give you permission to copy, modify, and distribute the example code contained in this document under the terms of your choosing, without restriction.

Powered by
Mallard