Jerome Simeon

Results 307 comments of Jerome Simeon

2. The behaviour is expected to be similar to the one for the inlines markup (like emphasis) i.e., it should gracefully fall back to text parsing (as with emphasis in...

3. Note that the reason for the error, isn't quite due to wrongly parsing the block-level markdown, but likely due to faulty logic handling closing tags (or missing closing tag...

A few minimal tests for this issue, for convenience. [mini.zip](https://github.com/accordproject/markdown-transform/files/5219048/mini.zip)

More tests for this based on the issuer's example [inlines.zip](https://github.com/accordproject/markdown-transform/files/5307803/inlines.zip) With the fix in #341 - closing inline blocks (e.g., `{{/with}}`) without a matching opening inline block (e.g., `{{#with}}` will...

Note: The rule for `{{#if}}` being only an inline (i.e., it cannot span multiple markdown container blocks) still applies.

Example of the `draft` command on the third template before #316: ``` bash-3.2$ markus transform --from data --to markdown_cicero --template grammar3.tem.md --model model.cto --input dataa.json 3:32:42 PM - error: Cannot...

The Ergo REPL can now support `generateText` so it could form the basis for a kind of `Try It!` button in the documentation which would cover both Ergo logic and...

Another example is the handlebars documentation with the `Open in Interactive Playground!` button https://handlebars-draft.knappi.org/guide/expressions.html#basic-usage

This could be particularly nice with a notion of plugin. Vuepress supports that (that's what Handlebars uses), but it seems to also be coming to Docusaurus v2: https://v2.docusaurus.io/docs/advanced-plugins See also...

> Another example is the handlebars documentation with the `Open in Interactive Playground!` button > > https://handlebars-draft.knappi.org/guide/expressions.html#basic-usage That button keeps changing. It's now called "Template" or "Input" etc. with a...