Skip to content
Roy Mathew edited this page Oct 4, 2020 · 3 revisions

Slidy Example Slideshow

This preamble will appear on a separate slide.

AsciiDoc Elements

Sagittis in vestibulum. Habitasse ante nulla enim bibendum nulla. Odio sed pede litora.

Titles inside delimited blocks must be floated

Porta nisl metus. Justo porttitor vel. Cras consequat tincidunt id sed conubia. Feugiat felis justo. Nunc amet nulla. Eu ac orci mollis.

tiger
Figure 1. Tiger

Incremental Elements

The remaining elements on this page are incremental, press the space bar to reveal them.

  • Rhoncus pede justo.

  • Velit pede dolor.

  • Iaculis commodo et.

  • Volutpat tristique nec.

Sagittis in vestibulum. Habitasse ante nulla enim bibendum nulla. Odio sed pede litora.

![Alt text](https://g.gravizo.com/source/svg/custom_mark12?https%3A%2F%2Fraw.githubusercontent.com%2FTLmaK0%2Fgravizo%2Fmaster%2FREADME.md) <details> <summary></summary> custom_mark12 /** *Structural Things *@opt commentname *@note Notes can *be extended to *span multiple lines */ class Structural{}

/** *@opt all *@note Class */ class Counter extends Structural { static public int counter; public int getCounter(); }

/** *@opt shape activeclass *@opt all *@note Active Class */ class RunningCounter extends Counter{} custom_mark12 </details>