NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The markup for a citation is double question marks. The em dash character is part of the rendering.

Code Block
??citation??

For instructions, refer to the Atlassian help page:

https://confluence.atlassian.com/conf613/confluence-wiki-markup-964960693.html

Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include

Confluence renders the double question marks as follows in the XHTML:

Code Block
<p>
  Here is a 
</p>
<p>
  <cite>test</cite>
</p>
<p>
  of the citation markup.
</p>

If you want the citation to be inline, rather than a separate paragraph, you can remove the paragraph breaks around the citation, in the Source Editor.

Code Block
<p>
  Here is a <cite>test</cite> of the citation markup.
</p>