readmeio / markdown

ReadMe's flavored Markdown parser and React-based rendering engine.
https://rdmd.readme.io
ISC License
33 stars 9 forks source link

feat: jsx variables #899

Closed kellyjosephprice closed 2 months ago

kellyjosephprice commented 3 months ago
PR App RM-9849

🧰 Changes

Uses jsx variables for user variables.

The first pass at variables was very simple:

Contact me at: <Variable name='email' />

This replaces with regular old jsx interpolated variables:

Contact me at: {user.email}

Much nicer!

🧬 QA & Testing

kellyjosephprice commented 2 months ago

@rafegoldberg approve me?

rafegoldberg commented 2 months ago

This PR was released!

🚀 Changes included in v6.75.0-beta.57