DEV Community

Alexandr Zahatski
Alexandr Zahatski

Posted on

πŸ“ Inline text formatting in Podlite editor

Podlite supports rich inline text formatting within paragraphs and table cells:

✨ Supported Formatting Codes

Code Description Example Result
B<> Bold text B<important> important
I<> Italic text I<emphasis> emphasis
C<> Code/monospace C<function()> function()
L<> πŸ”— Links L<https://example.com|click here> click here
O<> Strikethrough O<deleted text> deleted text

These formatting codes can be combined within any paragraph or table cell to create rich, formatted content.

Podlite is a lightweight block-based markup language designed for flexibility and ease of use.

Top comments (0)