Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
Xre0uS authored Sep 5, 2023
1 parent b799ad4 commit 9a6a325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Use first row as header or insert an empty first row
- First header/column style
- Adjust table width to be the same as the header, fill to match max width or trim to min width
- Smart selector which tries dynamically place cell dividers even if the table is badly formatted (see demo), with regex support
- Smart selector which tries dynamically find cells even if the table is badly formatted (see demo), with regex support
- Supported formats: HTML, spaces(2 or more), Excel, CSV, dash, and smart selection mode

## Use it here: https://xre0us.github.io/Table2MD/
Expand Down Expand Up @@ -128,4 +128,4 @@ E.g. the cell
<td><code>this\|that</code></td>
</table>

will be shown as-is in obsidian. Changing `|` to `&#124` fixes it.
will be shown as-is in obsidian. Changing `|` to `&#124` fixes it.

0 comments on commit 9a6a325

Please sign in to comment.