feat: add mdx style comments

This commit is contained in:
Thomas F. K. Jorna
2022-05-17 10:39:21 +02:00
parent 355d677107
commit 679302c25a
5 changed files with 42 additions and 5 deletions

View File

@@ -222,3 +222,15 @@ index 525e25d..ba4e68d 100644
- also need to be turned into todos, and hopefully
- kept together as one todo
- #}
diff --git a/tests/example_file.md b/src/tests/example_file.md
index 525e25d..ba4e68d 100644
--- a/src/tests/example_file.md
+++ b/src/tests/example_file.md
@@ -1,6 +0,0 @@
- {/* TODO: Hopefully this comment turns into a todo issue */}
- {/*
- TODO:Multiline comments
- also need to be turned into todos, and hopefully
- kept together as one todo
- */}