r-text
Turn plain text into clean paragraphs without wrapping each one by hand.
Use it when you want markdown-like paragraph breaks inside HTML.
How to use it
Write your text inside r-text. Leave a blank line between paragraphs.
<r-text>
This is the first paragraph.
This is the second paragraph. It starts after a blank line.
This is the third paragraph.
</r-text>
What it does
- Splits your text into paragraphs wherever there is a blank line.
- Keeps the spacing between paragraphs consistent.
- Treats the content as plain text, so it is best for regular paragraphs.
Tips
- If you need links, bold text, or other rich formatting, use regular HTML instead of
r-text. - If you want a new paragraph, add a blank line.