From a32dedfbc7009f72c4cf6930a8f4bf5d1d143444 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sat, 30 Aug 2025 11:15:11 -0500 Subject: [PATCH] Initial Commit for try-toast-ui Learning about toastui markdown editor. --- .gitignore | 0 README.md | 3 +++ index.html | 28 ++++++++++++++++++++++++++++ justfile | 2 ++ 4 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 index.html create mode 100644 justfile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9202b84 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# try-toast-ui + +Learning about toastui markdown editor. diff --git a/index.html b/index.html new file mode 100644 index 0000000..3086b40 --- /dev/null +++ b/index.html @@ -0,0 +1,28 @@ + + + + + Toast UI Editor + + + + + +
+ + + + + + + diff --git a/justfile b/justfile new file mode 100644 index 0000000..0749d8c --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +serve: + python -m http.server 8000