Make a way to asciidocify
YAML text properties before converting to JSON
#17
Labels
enhancement
New feature or request
JavaScript
Involves some JS struggles
Liquid
Incorporates Liquid templating
In several places, we will use JS/JSON on the very front end to display significant blocks of text drawn from YAML. It would be great if we could asciidocify this first, where applicable.
This probably means re-doing the
jsonify
Jekyll/Liquid filter, one way or another. Maybe anasciidoc-jsonify
filter? Or, we could just use an include and iterate through the object and asciidocify as we go. That wouldn't be too hard or resource intensive.The text was updated successfully, but these errors were encountered: