React Material library for content-display featuring context-aware Markdown rendering.
# Getting started ## Installation You can easily add **BENZIN** to your project with `npm`: ```bash $ npm install react-benzin ``` **BENZIN** is designed to work in Material-UI environment, so it's best to use them together: ```bash $ npm install @material-ui/core ``` ## Usage One can use `$variableName` syntax (with backticks around!) to access `context.variableName` from within markdown. Consider following markdown **source.md:** ```markdown # Hello, world! - I can render markdown - My name is `$name` I can also display button below: `$button` ``` We can render it using `