Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bed0c2b

Browse filesBrowse files
authored
Housekeeping
1 parent 9c9becd commit bed0c2b
Copy full SHA for bed0c2b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ I love Markdown but its tables use a lot of characters and takes time to make. I
66

77
To fix this issue, I wrote a CSV to HTML table converter that can convert CSV within my Markdown files into HTML tables.
88

9-
Features:
9+
## Features
1010

1111
- Commas are used as the delimiter, to include a literal comma within a cell, use a backslash to escape it `\,`
1212
- Escaped commas `\,` are converted back into normal commas
@@ -46,7 +46,7 @@ Charlie , 35 , San Francisco
4646
</table>
4747
```
4848

49-
<table><tr><th>Product</th><th>Price</th><th>Stock</th></tr><tr><td>Laptop</td><td>999</td><td>10</td></tr><tr><td>Smartphone</td><td>499</td><td>25</td></tr></table>
49+
<table><tr><th>Name</th><th>Age</th><th>Location</th></tr><tr><td>Alice</td><td>30</td><td>New York</td></tr><tr><td>Bob</td><td>25</td><td>Los Angeles</td></tr><tr><td>Charlie</td><td>35</td><td>San Francisco</td></tr></table>
5050

5151
```
5252
<table>
@@ -56,4 +56,5 @@ Laptop , 999 , 10
5656
Smartphone , 499 , 25
5757
</table>
5858
```
59-
<table><tr><th>Name</th><th>Age</th><th>Location</th></tr><tr><td>Alice</td><td>30</td><td>New York</td></tr><tr><td>Bob</td><td>25</td><td>Los Angeles</td></tr><tr><td>Charlie</td><td>35</td><td>San Francisco</td></tr></table>
59+
60+
<table><tr><th>Product</th><th>Price</th><th>Stock</th></tr><tr><td>Laptop</td><td>999</td><td>10</td></tr><tr><td>Smartphone</td><td>499</td><td>25</td></tr></table>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.