Closed enridaga closed 2 years ago
Reuse Library: https://github.com/commonmark/commonmark-java
Interesting: it supports YAML in the front matter!
Build is still broken, will remove the markdown module from the main pom until it's ready
With tables, I guess the markdown support is complete. Other extensions may be added but let's wait until anyone needs them :)
Reopening to add collection of a YAML front matter
The commons markdown extension for YAML front matters only supports a subset of YAML. Besides, we have a dedicated triplifier for YAML 1.2. Hence, we can make our own extension to collect the YAML content as a single string. The SPARQL query can then use another service clause to triplify the content of the front matter, passing it with the fx:content
property.
We should close after including examples in the README
As the summary says.