diff options
author | Linnea Gräf <nea@nea.moe> | 2024-03-24 14:35:37 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-03-24 14:35:37 +0100 |
commit | c57016dc5a1f502b637c2f77bcf724165387ef83 (patch) | |
tree | 40f82e94e0f3229d081860d893a0433244bcba4c /data | |
download | blog-infra-c57016dc5a1f502b637c2f77bcf724165387ef83.tar.gz blog-infra-c57016dc5a1f502b637c2f77bcf724165387ef83.tar.bz2 blog-infra-c57016dc5a1f502b637c2f77bcf724165387ef83.zip |
Add markdown parser
Diffstat (limited to 'data')
-rw-r--r-- | data/test.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/test.md b/data/test.md new file mode 100644 index 0000000..ccd4932 --- /dev/null +++ b/data/test.md @@ -0,0 +1,9 @@ +# Hello World + +***lol* hehe** + +```java +public class ObjectControllerFactoryManagerProvider<T extends ObjectControllerFactoryManager<T>> { + +} +```
\ No newline at end of file |