Skip to content

Prettier formatting when horizontal span is present#134

Open
sanxiyn wants to merge 1 commit into
phsym:masterfrom
sanxiyn:pretty-hspan
Open

Prettier formatting when horizontal span is present#134
sanxiyn wants to merge 1 commit into
phsym:masterfrom
sanxiyn:pretty-hspan

Conversation

@sanxiyn
Copy link
Copy Markdown

@sanxiyn sanxiyn commented Jan 28, 2021

Before:

+----+----+-----+
| t1 | t2       |
+====+====+=====+
| a  | bc | def |
+----+----+-----+
|   def   | a   |
+----+----+-----+

After:

+----+----------+
| t1 | t2       |
+====+====+=====+
| a  | bc | def |
+----+----+-----+
|   def   | a   |
+---------+-----+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant