mayu-live / framework

Mayu is a live updating server-side component-based VDOM rendering framework written in Ruby
https://mayu.live
GNU Affero General Public License v3.0
130 stars 4 forks source link

Haml: Markdown support #28

Open aalin opened 1 year ago

aalin commented 1 year ago

It would be very convenient to have the possibility to write markdown inside components:

:markdown
  # Page title
  Hello [https://github.com](github).

A Markdown component was added here: https://github.com/mayu-live/framework/commit/b0bc61b1b081f9b4c4769df466fb9f985ed2b5c8#diff-3148da9280e00f837c9defe0acec0f9802b37c72fb02abe766cf0a3864d5c902

It would be awesome if it was possible to do it during build time. Would be cool if it was possible to define overrides for elements somehow...