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.
# 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.]"
Immersive programs that build practical, job-ready skills. Become a Java Web Developer or Data Analyst in 5 months.↩
Check the homepage for more tutorials http://rpubs.com/Mentors_Ubiqum↩