ttcmd: did I.... did I win? I think I won

This commit is contained in:
2024-03-12 08:33:51 -06:00
parent 3ae4dfcc82
commit 42a671d49d
5 changed files with 332 additions and 439 deletions

View File

@@ -21,12 +21,14 @@ This section will cover all of the enhancements that are added for basic markdow
You can use the typical link syntax: `[link name](/link/location)`, but there are a few presets that allow you to style them to look a bit nicer.
**Primary Button:**
Prefix the link name with ````button` to create a button.
`[```button link name](#links)` produces:
[```button link name](#links)
**Call to Action:**
Prefix the link name with ````cta` to create a modestly styled button/call to action.
`[```cta link name](#links)` produces:
@@ -59,7 +61,6 @@ Accordions are when you can click an item to expand it to show additional inform
Syntax:
[][][]
```
[accordion title]
@@ -77,11 +78,7 @@ As you can see, I can do normal markdown in here.
I can include a [link](#accordions), or *italic* and **bold** text.
[[
I can even include a card, like this one
]]
[/accordion]
/[]