Fake Docs
This is a fake doc set intended for testing doc tools.
Editable macro
This section tests the editable
macro.
The macro does nothing in PDF.
Hey there, in the HTML version you can edit this sentence!
$ /path/you/can/edit/in/the/html
Icons
HTML and PDF backends don’t have the same support:
Asciidoctor HTML | Asciidoctor PDF | Example |
---|---|---|
"Solid" Font Awesome icons, as described in Default icon font |
Support for anything icon font in
|
|
There’s no built-in way to choose which type of Font Awesome icon you get. The |
The |
|
No support for Material icons. |
Support for Material icons exists in |
|
ForgeRock tools support the hackaround of injecting HTML. |
HTML injection won’t help for PDF. |
|
Icon tests
All of these should show icons at the end of the lines:
arrows: <i class="fas fa-arrows-alt"></i>
assignment: <i class="fas fa-key"></i>
bell: <i class="fas fa-bell"></i>
chain: <i class="fas fa-link"></i>
check: <i class="fas fa-check"></i>
cross: <i class="fas fa-times"></i>
dashboard: <i class="fas fa-tachometer-alt"></i>
edit: <i class="fas fa-pencil-alt"></i>
gear: <i class="fas fa-cog"></i>
hamburger: <i class="fas fa-bars"></i>
info: <i class="fas fa-info-circle"></i>
menu: <i class="fas fa-ellipsis-v"></i>
plus: <i class="fas fa-plus"></i>
refresh: <i class="fas fa-sync"></i>
remove: <i class="fas fa-times"></i>
search: <i class="fas fa-search"></i>
sharing: <i class="fas fa-share"></i>
user-street: <i class="fas fa-street-view"></i>
user: <i class="fas fa-user"></i>
Some Collapses
Native collapse with nesting
Here is the content of a collapsible block.
Nested collapse
Here is the content of a nested collapsible block.
FR collapse with nesting
Here is the content of a collapse block.
Nested FR collapse
Here is the content of a nested collapse block.
Native Collapse | ForgeRock Collapse |
---|---|
More infoHere is the content of a collapsible block. |
More infoHere is the content of a collapse block. |