Skip to content

Latest commit

 

History

History
210 lines (182 loc) · 5.71 KB

File metadata and controls

210 lines (182 loc) · 5.71 KB

[external] . alt2 https://www.google.com https://example.com?foo=bar&a=1 . alt2

    <reference refuri="https://www.google.com">

    <reference refuri="https://www.google.com">
        https://www.google.com

    <reference refuri="https://example.com?foo=bar&a=1">
        https://example.com?foo=bar&a=1

.

[missing] . project:#test explicit . <system_message level="2" line="1" source="/index.md" type="WARNING"> 'myst' reference target not found: 'test' [myst.xref_missing]

    <reference id_link="True" refid="test">
        <system_message level="2" line="1" source="<src>/index.md" type="WARNING">
            <paragraph>
                'myst' reference target not found: 'test' [myst.xref_missing]

    <reference id_link="True" refid="test">
        explicit
        <system_message level="2" line="1" source="<src>/index.md" type="WARNING">
            <paragraph>
                'myst' reference target not found: 'test' [myst.xref_missing]

    <reference id_link="True" refid="name%20with%20spaces">
        <system_message level="2" line="1" source="<src>/index.md" type="WARNING">
            <paragraph>
                'myst' reference target not found: 'name with spaces' [myst.xref_missing]

/index.md:1: (WARNING/2) 'myst' reference target not found: 'test' [myst.xref_missing] /index.md:1: (WARNING/2) 'myst' reference target not found: 'test' [myst.xref_missing] /index.md:1: (WARNING/2) 'myst' reference target not found: 'test' [myst.xref_missing] /index.md:1: (WARNING/2) 'myst' reference target not found: 'name with spaces' [myst.xref_missing] .

[implicit_anchor] --myst-heading-anchors=1 .

Title

Longer title with nested (syntax)

Non-anchor heading

project:#longer-title-with-nested-syntax explicit .

<title> Title
<title> Longer title with nested (syntax)
<title> Non-anchor heading Title

            <reference id_link="True" refid="longer-title-with-nested-syntax">
                <inline classes="std std-ref">
                    Longer title with nested (syntax)

            <reference id_link="True" refid="title">
                explicit

.

[explicit-heading] . (target)=

Test

project:#target explicit . <title> Test Test

    <reference id_link="True" refid="target">
        <inline classes="std std-ref">
            Test

    <reference id_link="True" refid="target">
        explicit

.

[explicit>implicit] --myst-heading-anchors=1 .

Test

(test)=

Other

. <title> Test Other Other

/index.md:3: (INFO/1) Target name overrides implicit target name "test". /index.md:3: (INFO/1) Hyperlink target "test-1" is not referenced. .

[id-with-spaces] . (name with spaces)= Paragraph

. Paragraph #name with spaces .

[ref-table] .

:name: table
a  | b
-- | --
c  | d

project:#table explicit .

<title> caption a b c d caption

    <reference id_link="True" refid="table">
        <inline classes="std std-ref">
            caption

    <reference id_link="True" refid="table">
        explicit

.