Inline hyperlinks

Inline hyperlinks correspond to internal hyperlinks, but the hyperlink target is inline in the text.

Hyperlink reference

Description

The hyperlink reference consists of a reference name followed by an underscore:

reference-name_

Phrase references must be specified in back quotes:

`reference name`_

(See also: Reference names)

Start and end characters

  • No start character, end character = "_"
  • Start character = "`", end character = "`_" (phrase references)

(See also: Inline markup)

Hyperlink target

Description

The hyperlink target consists of an underscore followed by the reference name.

_reference-name

Phrase references must be specified in back quotes.

_`reference name`

Internal inline targets must not be anonymous.

Start and end characters

  • Start character = "_", no end character
  • Start character =" _`", end character = "`"

(See also: Inline markup)

Sample

For example, the following paragraph contains a hyperlink reference and an inline hyperlink target called "FB_Sample". By clicking on the hyperlink reference, the sentence with the hyperlink target is displayed.
(In sample project: B_DocuElements\Hyperlinks\FB_Libdoc_InlineHyperlinks)

(*
The function block _`FB_Sample` is used to...

For more information see the description of the `FB_Sample`_.
*)

Inline hyperlinks 1: