Update highlighted color in markdown so I can see it!

This commit is contained in:
Gabriel Brown
2026-05-14 11:42:59 -04:00
parent 210bdbdddc
commit 19b8ec2542
6 changed files with 61 additions and 41 deletions
@@ -1,22 +1,23 @@
# Available matches
| Trigger | Replace |
|--------------|--------------------------------------------------------|
| :block: | \```🖰\n``` |
| :code: | \`🖰` |
| :h1: | # |
| :h2: | ## |
| :h3: | ### |
| :h4: | #### |
| :h5: | ##### |
| :h6: | ###### |
| :bold: | \*\*🖰** |
| :italic: | \*🖰\* |
| :strike: | \~\~🖰~~ |
| :url: | \[🖰]() |
| :image: | !\[](🖰) |
| :horizontal: | ___\n |
| :task: | - [ ] |
| :donetask: | - [x] |
| :collapse: | \<details>\<summary>🖰\</summary>\n\<p>\n\n\</p>\n\</details> |
| Trigger | Replace |
|--------------|-----------------------------------------------------------------|
| :block: | \```🖰<br>``` |
| :code: | \`🖰` |
| :h1: | # |
| :h2: | ## |
| :h3: | ### |
| :h4: | #### |
| :h5: | ##### |
| :h6: | ###### |
| :bold: | \*\*🖰** |
| :italic: | \*🖰\* |
| :strike: | \~\~🖰~~ |
| :url: | \[🖰]() |
| :image: | !\[](🖰) |
| :horizontal: | ___<br> |
| :task: | - [ ] |
| :donetask: | - [x] |
| :collapse: | \<details><br>\<summary>\</summary><br>🖱<br>\</details> |
| :comment: | \<\!--- 🖱 --> |
**Note: The 🖰 symbol is where your mouse cursor will be after the trigger and \n represents a new line.**
**Note**: The symbol "🖰" denotes where your mouse cursor will be after the trigger.