Skip to content

Commit 49c382e

Browse files
committed
Paste rich text in README
1 parent b4e3e15 commit 49c382e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This collection is partly **an experiment** in how much it's possible to get don
3232
- [SQL Pretty Printer](https://tools.simonwillison.net/sql-pretty-printer) - paste in SQL to pretty print it
3333
- [SQL Pretty Printer](https://tools.simonwillison.net/sql-pretty-printer) - paste in SQL to pretty print it
3434
- [Pipfile.lock Dependency Parser](https://tools.simonwillison.net/pipfile) - paste in a `Pipfile.lock` JSON file to extract just the dependency versions]
35+
- [Paste rich text](https://tools.simonwillison.net/paste-rich-text) - paste from your clipboard and see any rich text as HTML
3536

3637
## LLM playgrounds and debuggers
3738

paste-rich-text.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1>Rich text HTML extractor</h1>
9494
<p>Copy formatted text from a webpage and paste here to extract the HTML:</p>
9595

9696
<div id="paste-area" contenteditable="true"></div>
97-
<p class="info-text">Paste using Ctrl+V or ⌘+V to capture the rich text HTML. For best results on Windows, try pasting into word processors first.</p>
97+
<p class="info-text">Paste using Ctrl+V or ⌘+V to capture the rich text HTML.</p>
9898

9999
<div id="output-container">
100100
<h2>HTML code</h2>

0 commit comments

Comments
 (0)