|
InputFormat
Luminescence input format.
Featured IntroductionLuminescence input files are a combination of both YAML and Markdown. The YAML part will structure the presentation, defining each slide and its properties. Then, every slide is expected to have a contents field, which should describe the slide's contents in Markdown format. This document describes the expected syntax of input files in a abstract, semi-formal, fashion. A concrete example is available at the source code of the introductory tutorial. Slide SyntaxSlides are expected to be described in the following syntax: - property1: value 1
property2: value 2
contents: |
Slide contents.The leading dash in the first line is required, as it signals a new slide. Properties are optional. Presentation SyntaxPresentations are composed by a ordered set of slides. The following example should illustrate the expected format: - property: value
contents: |
Slide 1 Header
==============
Slide 1 text.
- contents: |
Slide 2 Header
==============
Slide 2 text.Supported PropertiesProperties are encoded in the output file, and managed by Javascript code defined by the template. Currently, the following properties are supported by the default template:
| ||||||||||||||||||||||||