diff options
-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"` + + |