Mauro Bieg

Results 271 comments of Mauro Bieg

It's literally the native pandoc span element (there's also a div element). Unfortunately there's no markdown syntax yet (but most probably it'll be `[my text]{.myClass}`)—meanwhile you can write inline HTML:...

Apparently, they call their syntax [WikiText](https://tiddlywiki.com/static/WikiText.html)

> Firefox and Chrome use them to save full page archives. Are you sure? At least on macOS that's not the case. Seems like [MAF is deprecated on Firefox](http://maf.mozdev.org/feedback.html) and...

For captions and table attributes, inspired by https://github.com/jgm/pandoc/issues/3177#issuecomment-421261363, we could use the syntax of a native div wrapping nothing but a table: ``` ::: {#tableId} +---------------+---------------+ | Fruit | Price...

> I would have to modify pandoc-crossref to work with the new AST anyway, so might as well adapt to the new syntax, whatever it ends up being. but users...

> Making [captions] like definition list definitions might make sense yeah, or like blockquotes, but with the `:` instead of the `>`. Blockquotes is arguably a markdown feature more familiar...

@aparcar You can use something like the syntax proposed by @rgaiacs, then write a [pandoc filter](http://pandoc.org/filters.html)...

Are you talking about LaTeX indices, or...? I'm not very familiar with those.. What exactly is the feature request? A change to pandoc's latex output, or...?

Thanks for the explanations. Seems somewhat related to https://github.com/jgm/pandoc/issues/813... ?

Cool, a recipe on how to work with JSON data in kysely was exactly what I was looking for! But yeah, seems like WIP :-) But what I found quite...