Markdown Notes

| 1 minute

The Markdown Guide

https://www.convertcsv.com/csv-to-markdown.htm

https://emojipedia.org

https://stackoverflow.com/questions/35465557/how-to-apply-color-on-text-in-markdown

https://www.simonspavound.com/posts/2020/09/equations-with-katex-in-hugo/

H1 level title

This is a paragraph.

This another paragraph with emphasis and strong emphasis.

H2 level title

H3 level title

H4 Level title

H5 level title
H6 level title

This is a hyperlink

I like lists because they are:

  • fun
  • easy, and
  • fast.

Lists can also be ordered:

  1. First element
  2. Second element
  • with an unordered sublist

And you can add tables:

How do I find the authoritative name-server for a domain name?

https://stackoverflow.com/questions/38021/how-do-i-find-the-authoritative-name-server-for-a-domain-name

dig +short SOA drano.net |cut -d ’ ’ -f1

or even better

dig -t ns drano.net

https://github.com/jhford/screenresolution for mac

Create a markdown calendar: https://mdcal.io/

How to Embed YouTube Videos in Markdown https://www.darenmay.com/custommayd/developer/training/videos/markdown/2020/06/23/embed-youtube-video-in-markdown.html

https://gohugo.io/getting-started/configuration-markup/

Some new fonts to consider at http://fonts.google.com

  • Courrier Prime I have this, not using…
  • Tajawal
  • Cute Font
  • Klee One
  • M PLUS Rounded 1c not sure how different from M PLUS 1 CODE which I have

https://gohugo.io/troubleshooting/ particularly this: https://gohugo.io/troubleshooting/inspection/

https://discourse.gohugo.io/t/customize-each-category-page-by-adding-more-content/34698

https://stackoverflow.com/questions/24319505/how-can-one-display-images-side-by-side-in-a-github-readme-md