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: rich-text-to-markdown.html
+63-4Lines changed: 63 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@
115
115
<h1>Rich Text to Markdown</h1>
116
116
117
117
<divclass="instructions">
118
-
<strong>Instructions:</strong> Paste rich text below. Bold text will be converted to <code>**markdown bold**</code>, links will be converted to <code>[text](url)</code>, and leading spaces will be removed.
118
+
<strong>Instructions:</strong> Paste rich text below. Formatting (bold, italic, links, code, headings, lists) will be converted to Markdown and leading spaces will be removed.
119
119
</div>
120
120
121
121
<textareaclass="paste-area" placeholder="Click here and paste your rich text (Cmd+V or Ctrl+V)..."></textarea>
@@ -314,7 +314,7 @@ <h1>Rich Text to Markdown</h1>
0 commit comments