Subfolio Enhancers
Markdown cheat sheet
Using markup in enhancers
Markup can be used to style text within enhancers files. Subfolio renders enhancer text with Markdown by default; you can change this to plain text in your general settings.
Header 1
# Header 1
Header 2
## Header 2
Header 3
### Header 3
This is italicized
This is *italicized*
This is bold
This is **bold**
- Bulleted item 1
- Bulleted item 2
- Bulleted item 1
- Bulleted item 2
- Numbered item 1
- Numbered item 2
1. Numbered item 1
2. Numbered item 2
[text link](http://area17.com)
Embed an image:

Blockquoted Text
> Blockquoted Text
Embed Code:
To get this:
/* Code Block */
#include <stdio.h>
#include <stdlib.h>
int main()
Do this:
```
/* Code Block */
#include <stdio.h>
#include <stdlib.h>
int main()
``` i
txt
markdown_cheat_sheet.txt
- Kind
- Text File
- Last Modified
- Jun 28, 2026 – 19:25
- Size
- 1.2 KB
To read TXT files, you need any standard text editor.
Download File