blocks
blocks copied to clipboard
support passing parameters to BlockComponent tags in Markdown
E.g. to control the display of a file, like showing different versions of an install command for npm, yarn, etc.
The idea would be something like:
<Block
...
metadata={{
userDefinedProp: "npm" // now this can be consumed in the react code
}}
/>