Fake

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 prawn-icon, as described in Insert an icon.

icon:grin-tears[set=fas] renders as

There’s no built-in way to choose which type of Font Awesome icon you get.

The icon-set and set attributes have no effect.

The icon-set document attribute and set attribute for a specific icon determine the icon font.

icon:grin-tears[set=far] renders as

No support for Material icons.

Support for Material icons exists in prawn-icon; pending in Asciidoc.

icon:face[set=mdi] causes a warning in PDF.

ForgeRock tools support the hackaround of injecting HTML.

HTML injection won’t help for PDF.

<i class="material-icons-outlined">add</i> causes an error in 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>

Callout circles

  • 1 redcircle

  • 2 orangecircle

  • 3 greycircle (or graycircle)

  • 4 greencircle

  • 5 bluecircle

  • 6 snagitcircle

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.

Table With Collapses
Native Collapse ForgeRock Collapse
More info

Here is the content of a collapsible block.

More info

Here is the content of a collapse block.

SVGs

This is from AM docs:

A sample SVG from AM docs

The same, using the source.

nameid-format-flow-hosted-idp-dup

Tabs

  1. Add the tools to your PATH to avoid having to specify the full path for each command:

    • Bash

    • PowerShell

    • Zsh

    $ export PATH=/path/to/opendj/bin:${PATH}
    PS C:\path\to> $env:PATH += ";C:\path\to\opendj\bat"
    % export PATH=/path/to/opendj/bin:${PATH}
  2. Run some-command:

    • Bash

    • PowerShell

    • Zsh

    $ some-command
    PS C:\path\to> some-command
    % some-command
  3. These tabs are different:

    • Before tab

    • During tab

    • After tab

    $ some-command
    PS C:\path\to> some-command
    % some-command

Tooltip

Test of the tooltip macro: normal text, which has a comma.

Copyright © 2010-2023 ForgeRock, all rights reserved.