Versions Compared

Key

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


Tip

You're reading an article from PHE's web content knowledge base - the best place to find answers to your content questions.

To browse more useful articles, visit our home page.

Table of Contents


The GDS markdown guide is available online.https://www.gov.uk/guidance/how-to-publish-on-gov-uk/markdownon GOV.UK.


However, it's its advice on some things is WRONGwrong. Here are the right correct instructions.Sub


Using sub or superscripts


For subscript, surround the text to change with the <sub> </sub> markdown.

...

This is an example of using superscript in text.


Linking to footnotes

...

or references


Put the reference numbers in square brackets next to the text in the page, for example:

Info

The second edition was subsequently published in 2010 [^1].


Then in the references at the foot of the document, mark them thus:

Info

[^1]:  Burford D, Kirby M, Austoker J. Prostate Cancer Risk Management Programme information for primary care; PSA testing in asymptomatic men. [Evidence document. NHS Cancer Screening Programmes; 2010 Jan](http://www.cancerscreening.nhs.uk/prostate/pcrmp-guide-2.html). Accessed June 2014


TablesUsing markdown in tables


If you need to add line breaks in a table cell, use the </br> tag.

If you need to convert large amounts of text into a table, use the table convertor :http://www.tablesgenerator.com/markdown_tablestool.