Replies: 1 comment 4 replies
-
|
Might appending something like If you have to use Lua function, take a look at With example of "before" and "after" the answer might have been more useful. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have made this keybinding that converts a table copied from LibreOffice Calc into a pandoc markdown table:
This:
%characters|(column separators)|at the end of each line|at the start of each line---(define the first line as column headers)|on top of each otherThe only thing I need is to align the
|(column separators) on top of each other.How can I do that programmatically with mini.align, by calling a LUA function?
Beta Was this translation helpful? Give feedback.
All reactions