This is the Hieroglyph Smoke Test. It contains visual tests for verifying Hieroglyph functionality.
This section should not be included in slides.
Another notation:
This list will be numbered:
This list will be lettered:
This block will be highlighted as Python:
def func(a):
print 'The value of a is %(a)s' % locals()
This block will be highlighted as Javascript:
function func(a) {
console.log('The value of a is ', a);
}
This block will not be highlighted:
def func(a):
"""I am not highlighted."""
The note admonition is used to create notes in the presenter console.
Note
This is a note admonition. It will not appear in the slides.
Warning
Warnings, however, stay where they belong.
Note
Notes can appear anywhere in the slide content.