Convert your plain text to Goodreads-compatible HTML formatting. Add bold, italic, images, links, quotes, and spoilers to your book reviews instantly.
π‘ Free tool β’ No signup required β’ Works offline β’ Live preview
<b>bold text</b>
Output: bold text
<i>italic text</i>
Output: italic text
<u>underlined</u>
Output: underlined
<s>strikethrough</s>
Output: strikethrough
<p>paragraph</p>
Creates a paragraph with spacing
<blockquote>quote</blockquote>
Indented quoted text
<pre>exact spacing</pre>
Preserves spaces and line breaks
<spoiler>hidden</spoiler>
Hides content by default
<a href="https://...">link text</a>
Creates a clickable link
[book: Book Title]
Links to a Goodreads book
[author: Author Name]
Links to a Goodreads author
<img src="url" width="40" height="100" alt="description"/>
Width: 0-400px, Height: 0-1000px
<i><b>text</b></i>
Tags must be properly nested (opened and closed in order)
<i><b>text</i></b>
Crossing tags breaks the formatting