2024-08-12 14:14:25 +02:00
< p > Use < a href = "https://example.com" > https://example.com< / a > < / p >
< p > Use < ac:rich-text-body > aaa< / ac:rich-text-body > < / p >
< p > Use < ac:link > < ri:page ri:content-title = "Page" / > < ac:plain-text-link-body > <![CDATA[page link]]> < / ac:plain-text-link-body > < / ac:link > < / p >
< p > Use < ac:link > < ri:page ri:content-title = "AnotherPage" / > < ac:plain-text-link-body > <![CDATA[AnotherPage]]> < / ac:plain-text-link-body > < / ac:link > < / p >
< p > Use < ac:link > < ri:page ri:content-title = "Another Page" / > < ac:plain-text-link-body > <![CDATA[Another Page]]> < / ac:plain-text-link-body > < / ac:link > < / p >
< p > Use < ac:link > < ri:page ri:content-title = "test_link" / > < ac:plain-text-link-body > <![CDATA[Another Page]]> < / ac:plain-text-link-body > < / ac:link > < / p >
< p > Use < ac:link > < ri:page ri:content-title = "Page With Space" / > < ac:plain-text-link-body > <![CDATA[page link with spaces]]> < / ac:plain-text-link-body > < / ac:link > < / p >
< p > < ac:image ac:alt = "My Image" > < ri:attachment ri:filename = "test.png" / > < / ac:image > < / p >
< p > < ac:image ac:alt = "My External Image" > < ri:url ri:value = "http://confluence.atlassian.com/images/logo/confluence_48_trans.png?key1=value1&key2=value2" / > < / ac:image > < / p >
< p > < ac:link > < ri:page ri:content-title = "test_link" / > < ac:plain-text-link-body > <![CDATA[My test_link]]> < / ac:plain-text-link-body > < / ac:link > < / p >
< p > < ac:link > < ri:page ri:content-title = "test_link_link" / > < ac:plain-text-link-body > <![CDATA[Another [Link]]]> < / ac:plain-text-link-body > < / ac:link > < / p >
< p > Use footnotes link < sup id = "fnref:1" > < a href = "#fn:1" class = "footnote-ref" role = "doc-noteref" > 1< / a > < / sup > < / p >
< p > Use < a href = "foo" > Link [Text]< / a > < / p >
2023-09-06 16:19:09 -07:00
< div class = "footnotes" role = "doc-endnotes" >
2023-10-23 21:03:57 +02:00
< hr / >
2023-09-06 16:19:09 -07:00
< ol >
< li id = "fn:1" >
2024-08-12 14:14:25 +02:00
< p > a footnote link  < a href = "#fnref:1" class = "footnote-backref" role = "doc-backlink" > ↩ ︎ < / a > < / p >
2023-09-06 16:19:09 -07:00
< / li >
< / ol >
< / div >