Below is common Syntax that you can easily use in any markdown editor, including a text editor
https://www.markdownguide.org/basic-syntax/
https://www.markdownguide.org/tools/typora/
Typora: Paragraph > Heading 1
cmd+1
Heading 1 through 6 are allowed
Typora: Paragraph > Unordered List
- List Item 1
- List Item 2
- List Item 3
Typora: Paragraph > Ordered List
- Step 1
- Step 2
- Step 3
Typora:Paragraph > Quote
Note: Lorem Ipsum
Caution: Lorem Ipsum
Warning: Lorem Ipsum
Tip: Lorem Ipsum
Typora: Paragraph > Table
Field | Type | Value |
---|---|---|
jcr:content | String | Title Component |
sling:resourcetype | String | training/components/title |
componentGroup | String | We.Train |
Typora: Format > Code
/apps/wknd/components/helloworld/helloworld.html
Typora: Paragraph > Code Fences
//Code Fences
String foobar = "Hello World";
When you create a code block like above, make sure to specify the language (java, html, css) for code highlighting.