diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..7ee506e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,7 @@ +MIT No Attribution + +Copyright 2023-present Matthew Oros + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f90d93 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Markdown Parser (Kotlin) + +> NOTE: only for education purposes + +Very simple and limited markdown to html parser for learning Kotlin + diff --git a/output.html b/output.html deleted file mode 100644 index fd4583d..0000000 --- a/output.html +++ /dev/null @@ -1,32 +0,0 @@ -

Heading 1

- -
- -

Heading 2

- -
- -

Heading 3

- -
- -This is some regular text *ITALICS*
- -This is some bold text
- -
- -
- -
- -This is some italicized text
- -
This is a block quote
- -
- -
- -
- diff --git a/test.md b/test.md index d0aea4e..ecf92f7 100644 --- a/test.md +++ b/test.md @@ -7,8 +7,6 @@ This is some regular text *ITALICS* **This is some bold text** - - *This is some italicized text* > This is a block quote - - -