Dimchikkk / velo

App for brainstorming & sharing ideas 🦀 Learning Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement simple bevy-markdown renderer

Dimchikkk opened this issue · comments

Support markdown syntax in rectangle. Render markdown once a user stops editing rectangle.

Features:

  • bold text style
  • italic text style
  • links
  • inline images
  • headings
  • inline code
  • code block with syntax highlighting
  • ordered/unordered lists
  • quotes
  • tables
  • strikethrough text
  • checkboxes

Bold/italic/links implemented here: #96

Basic syntax highlighting: #99

Headers & inline code: #109

Lists: #122

Headings support was temporary removed due to migration to cosmic-text.

pop-os/cosmic-text#150 should allow to return headings support back.