Generates a breadcrumbs structure as an <ul>
. The
trailing element is the current page.
Generates the breadcrumbs structure, alternate form,
wherein the trailing element consists of a label
indicating “current page,” as an <ul>
.
Generates a fuller list of related topics as a <dl>
,
with a link to the page as the definition term and the
page’s front matter :blurb
as the definition
definition.
Generates a condensed list of related topics as an
<ul>
, omitting the :blurb
front matter data.
Generates a fuller list of child topics as a <dl>
,
with a link to the page as the definition term and the
page’s front matter :blurb
as the definition
definition.
Generates a previous and next item as two anchors
nested within a <div>
. With appropriate CSS this
can be rendered as a set of navigation buttons.
Generate a nested <ul>
structure representing the
complete table of contents from any particular
starting point.