diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | TODO.md | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -44,3 +44,8 @@ path=c:\\docs\\doc1 * UNICODE characters can be entered as they are in a Java program, using the `\u` prefix. For example, `\u002c`. + +## TODOs +* Able to write comments with `!` symbol. +* Multiline values. +* `\u` prefix. diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 5aa6326..0000000 --- a/TODO.md +++ /dev/null @@ -1,3 +0,0 @@ -* Able to write comments with `!` symbol. -* Multiline values. -* `\u` prefix. |