1 Goal


The goal of this tutorial is to write footnotes in a markdown document. This could be really useful if we want to add extra information to our markdown in a nice way.


2 How to write a footnote


# We can add a footnote like the one we added on the author section
# The text inside the brackets will appear at the bottom of the page
# The text reads like:
print("Ubiqum Code Academy^[Immersive programs that build practical, job-ready skills. Become a Java Web Developer or Data Analyst in 5 months.]")
## [1] "Ubiqum Code Academy^[Immersive programs that build practical, job-ready skills. Become a Java Web Developer or Data Analyst in 5 months.]"

3 Conclusion


In this tutorial we have learnt how to write footnotes2.


  1. Immersive programs that build practical, job-ready skills. Become a Java Web Developer or Data Analyst in 5 months.

  2. Check the homepage for more tutorials http://rpubs.com/Mentors_Ubiqum