Skip to main content
A formatted text block — way more powerful than the About me field. Use it for an in-depth “about this profile”, an FAQ, a credits list, or anything else that’s mostly text.

Markdown supported

Biolovers uses a tiny custom markdown renderer (renderProfileMiniMarkdown). Both the dashboard preview and the public profile use the same renderer, so what you see is what visitors get. The full grammar:
SyntaxResult
# TitleHeading 1
## SubtitleHeading 2
### SmallerHeading 3
#### SmallestHeading 4
**bold**bold
*italic*italic
__underline__underline
~~strike~~strike
[label](https://…)Tappable link
<emoji> NAME </emoji>Inline custom emoji (uses the configured emoji set)
<left>…</left>Single-line left-aligned wrap
<center>…</center>Single-line centered wrap
<right>…</right>Single-line right-aligned wrap
A plain newline (\n) is a line break. Not supported (these render as plain text): bullet lists (- item), numbered lists (1.), code blocks / inline code, horizontal rules (---), block quotes (>), tables, raw HTML or <iframe>, markdown images. For embeds use the Embed widget. The renderer never touches dangerouslySetInnerHTML, so untrusted text is safe.

Character cap

12,000 characters per infobox. Past that, the schema rejects the save.

Options

OptionWhat it does
Text alignmentleft / center / right. When set, the prose block shrinks to fit and anchors to that side. Omitted = full-width left.
Custom font URL (Premium)Upload a font file (WOFF2 / OTF / TTF, max 2 MiB). Applies only to this infobox — does not change your profile-wide fonts.
Body chromesolid / transparent / glass / blur. There is no “clean” chrome on Biolovers.
Custom blur (Premium)Override the chrome’s default backdrop blur (0–50 px). Stripped server-side for free accounts.

Tips

  • A center-aligned, transparent infobox makes for a nice quote / credits block.
  • Use a section heading (e.g. ## Currently working on) at the top so the widget feels intentional.
  • Per-widget custom fonts are the right place for a special display font (script, brutalist, retro) without changing your bio font.

Common questions

No — markdown image syntax ![alt](url) is not in the supported subset. For images, use the Portfolio widget.
Lists aren’t supported. Use newlines + a leading symbol (e.g. • item) typed manually if you want a bullet look.
12,000 characters per infobox.
With center / right alignment the box shrinks to fit its widest line. Add a longer line if you want a wider box.