This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 80c1667411967dd3fb230d197bd9394e9fd0b839
Author: Robert Munteanu <robert@localhost>
AuthorDate: Tue Jul 24 23:57:23 2018 +0200
Update README
---
mdresourceprovider/README.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/mdresourceprovider/README.md b/mdresourceprovider/README.md
index b73aa49..b4323e9 100644
--- a/mdresourceprovider/README.md
+++ b/mdresourceprovider/README.md
@@ -3,4 +3,12 @@
This module is part of the [Apache Sling](https://sling.apache.org) project.
It contains a work-in-progress markdown resource provider. The code is only
lightly tested and meant as a proof-of-content
-for now, and the only thing worse that the code is the documentation.
+for now. The only thing worse that the code is the documentation.
+
+## TODO
+
+- third-level recursive JSON access fails, e.g. `curl
http://localhost:8080/md-test.3.json`
+- add arbitrary properties using [YAML Front
Matter](https://github.com/vsch/flexmark-java/wiki/Extensions#yaml-front-matter)
+- testing
+- documentation
+- fix rat checks
\ No newline at end of file