commit a32dedfbc7009f72c4cf6930a8f4bf5d1d143444 Author: Waylon S. Walker Date: Sat Aug 30 11:15:11 2025 -0500 Initial Commit for try-toast-ui Learning about toastui markdown editor. 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