iamcco / iamcco/markdown-preview.nvim

reStructuredText Compatible Tables [Enhancement]

Open
#514 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8k
Forks
411
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
Was looking to add clear and compatible tables in output of Markdown-preview. Simple rst Tables are the exact match.

**Input**
```sh
+-------+----------+------+
| Table Headings | Here |
+-------+----------+------+
| Sub | Headings | Too |
+=======+==========+======+
| cell | column spanning |
+ spans +----------+------+
| rows | normal | cell |
+-------+----------+------+
| multi | * cells can be |
| line | * formatted |
| cells | * paragraphs |
| too | |
+-------+-----------------+
```

**Output**
[Visit link](https://gist.github.com/dupuy/1855764#tables)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.