text decoration
- you can use underscore
_
for bold & italics
links
make a link clickable
- if you just have a link like
https://goosebumps.co.zw
, angle brackets< >
wrapped around the link can make it clickable.- like so https://goosebumps.co.zw
- (seems like Hugo automatically makes a link clickable, I typed https://goosebumps.co.zw with no angle brackets here & it’s already clickable.)
add title tag to a link
the second parameter after the link is a title
what if you have a super long link?
you can do this
- this is a more variable like format
lists
ordered lists
the numbers used on your ordered list don’t actually have to be incremental.
- hey
- still 1
- another one
- this is a two
- this is a 92
code blocks
diff
var x = 100
- var y = 200
+ var y = 201
tables
heading one | heading 2 |
---|---|
row 1 | column 2 - center aligned |
row 2 - left aligned | column 2 |
cloud firestore
trying to change Cloud Firestore
rules from Brave Browser will result in error Error saving rules - An unknown error occurred
. Using chrome fixes this error
links from the web
- add sass support to nextjs