Skip to content
Discussion options

You must be logged in to vote

It can! The Markup Multi-line datatype is described in detail on the metaschema syntax page, which includes a section on tables.

In short,

  • The JSON version of Markup Multi-Line is nominally validated against a subset of the CommonMark spec, with specific extensions for things like tables which are not a part of the core specification.
  • The XML version of Markup Multi-Line is represented as a subset of HTML that maps cleanly to CommonMark.
  • Content converters such as liboscal-java are responsible for mapping between the JSON's CommonMark representation and the XML's HTML subset.
  • Commonmark allows for insertion of the same subset of HTML elements (like <table>), meaning that you can insert a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aj-stein-nist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants