You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Paste Markdown objects
2
2
3
-
Paste spreadsheet cells as a Markdown table. Convert pasted image URLs to
4
-
Markdown image link syntax.
3
+
- Paste spreadsheet cells and HTML tables as a Markdown tables.
4
+
- Paste image URLs as Markdown image links.
5
+
-*Paste markdown as markdown. See [`@github/quote-selection`/Preserving markdown syntax](https://github.com/github/quote-selection/tree/9ae5f88f5bc3021f51d2dc9981eca83ce7cfe04f#preserving-markdown-syntax) for details.
5
6
6
7
## Installation
7
8
@@ -31,6 +32,16 @@ import subscribe from '@github/paste-markdown'
Some `<table>`s are not meant to be pasted as markdown; for example, a file content table with line numbers in a column. Use `data-paste-markdown-skip` to prevent it.
0 commit comments