diff options
author | Skiz <skiznet@aol.com> | 2024-07-17 18:24:06 -0400 |
---|---|---|
committer | Skiz <skiznet@aol.com> | 2024-07-17 18:24:06 -0400 |
commit | f0d77153907b22e1ab493e8a31e151f23be7df8f (patch) | |
tree | 6c30478990642364361b70b78235743c8ddce2b2 | |
parent | 49d20eda4c77f8cb0cf5567c2ac23226273669e9 (diff) |
Changed MarkDown style and tags
-rw-r--r-- | content/test.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/content/test.md b/content/test.md new file mode 100644 index 0000000..75d2c7d --- /dev/null +++ b/content/test.md @@ -0,0 +1,16 @@ +--- +title: 'Test' +date: 2024-07-17T16:40:12-04:00 +draft: false +tags: ['Linux','Text'] +--- + +Hello this is a test!! + +**BOLD** + +*ITALIC* + +`echo "code"` + + |