Mauro Bieg

Results 148 comments of Mauro Bieg

So this issue seems pretty much a duplicate of #2027 then: the ODT writer should handle tables in lists differently.

@HT2313 so ODT has no way to have a table inside a list item? So what would be the expected ODT output XML for this markdown input? ``` 1) Lorem...

So what would be the expected XML? or can you post the expected file? is there really no way to have a table _inside_ the list in libreoffice?

Has anyone tested [Lasem](https://wiki.gnome.org/action/show/Projects/Lasem)?

@ousia But ConTeXt doesn't interpret CSS, right?

Thanks, that works indeed! I suppose I don't know enough about JavaScript module syntax to see the difference :P `export { x }` is not a declaration?

Actually, it doesn't work. There is no type error in the exporting file, but when I save what you posted to `bar.ts`, and in another file: ```ts import { x...

That would be great, also when using OpenAPI's `oneOf` with `enum`. For example: ```yaml openapi: 3.0.3 info: title: Sample API description: Sample version: '1.0' paths: /pets: get: responses: '200': description:...

@DominicBach I updated the snipped to be complete (now it validates) and replaced the confusing double use of `type` with `kind` in one place. Please check out the links, hope...