I have trouble finding this, but can I only set up one type of headings, or is there a way to insert subheadings underneath a heading?
Do you mean in posts?
If so, the markdown version of the heading would be multiple #
. Eg:
# header 1
## header 2
### header 3
#### header 4
##### header 5
###### header 6
header 1
header 2
header 3
header 4
header 5
header 6
It can also support html versions too. <h1>
, and so on
Or do you mean something else?
2 Likes
Yes. I think you pointed it out already. Thanks for the example.
3 Likes