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

@@ -232,3 +232,15 @@ index 0000000..7cccc5b
+ 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
new file mode 100644
index 0000000..7cccc5b
--- /dev/null
+++ b/src/tests/example_file.md
@@ -0,0 +1,6 @@
+ {/* 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
+ */}