Mauro Bieg
Mauro Bieg
Hm.. [asciidoc lists are interesting](https://www.methods.co.nz/asciidoc/chunked/ch17.html#_numbered_lists)... btw. what's the difference between `OrderedList (1,Decimal,Period)` and `OrderedList (1,DefaultStyle,DefaultDelim)` in the AST?
About the heading levels... I think I let myself be confused by #5615 (which seems more about how we should handle heading levels in the markdown input). From [asciidoctor docs](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#section-titles):...
@cagix yes, `--shift-heading-level-by=-1` would certainly make the tests pass... but from if `== foo` is a level 1 header in asciidoc, then the tests are just wrong. correct?
> I was thinking of having a whitelist of presentational-ish things that are OK to skip I think that's a great idea. It's hard to debug conversion of a huge...
> One idea would be to reduce the log level for all skipped content to INFO. Not sure about that... in the discussed use-case, if pandoc skips something it doesn't...
Although I cannot speak for @jgm, I guess for this to be merged, it would have to be implemented in the most commonly used writers (i.e. HTML probably emitting a...
Then again, https://github.com/jgm/pandoc/commit/99b39ffc1726a86e6a6ad45ef6b81a28b46594ef meanwhile set a precedent to simply store alignment in the AST as simply a `align-left` or `align-right` class on the `Image` element...
> Modern computer screens are quite wide yes but pandoc's default CSS actually constrains the text width to `36em` (80 characters or so). > a center-aligned table looks much better...
Hm, interesting. I'm pretty sure that's just what CodeMirror does. I started work on upgrading to the newest major release: CodeMirror 6, but it stalled somewhat: https://github.com/mb21/panwriter/pull/170
There seems to be quite a lot of different states and conbinations to consider. I couldn't help myself but had to write it down. Let's start with when a video...