Miguel Pérez Pasalodos

Results 5 issues of Miguel Pérez Pasalodos

It would be nice to have basic Scala support for Aerial. I can take some time checking how this is implemented and send a PR for the base constructs myself....

enhancement

I'm trying to define a keymap to jump between Markdown table cells. Generally, there will be more than one cell per line. I'm trying it with the following commands: ```...

I don't think it's part of the spec in any way for `EXTENSION_PIPE_TABLE`, at least as shown [here](https://github.github.com/gfm/#tables-extension-), but I usually find myself using markdown tables with empty cells. I...

enhancement

A lot of people new to Scala tend to use `List` as the Java's interface, without knowing that is a Linked List. Maybe we can add a new section for...

It seems that custom highlights are lost when matched inside a table cell. Example document: ``` # test foo | Column1 | | ------- | | foo | ``` Add...