Testing GitHub flavored markdown
6/11/2025, 3:48:18 AM
GFM
for detailed GFM design editing with tailwind
check Tailwind Typography
Autolink literals
www.example.com, https://example.com, and [email protected].
Custom Link
example Link
Footnote
A note1
Strikethrough
one or two tildes.
Table
| a | b | c | d |
|---|---|---|---|
| A | B | C | D |
| a | b | c | d |
|---|---|---|---|
| A | B | C | D |
| Option | Description |
|---|---|
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
Tasklist
- to do
- done
Test Post
Tables
| Feature | Supported | Notes |
|---|---|---|
| Tables | ✅ | Now working! |
| Strikethrough | ✅ | |
| Task Lists | [x] | See below |
Task Lists
- Set up MDX
- Add more features
- Deploy to production
Code with syntax highlighting
function hello() {
console.log("Hello World!");
}
This text is crossed out
Footnotes
-
Big note. ↩