MarkDown Viewer for PowerApps is a PCF Component to visualize MarkDown content well formatted in your PowerApps.
| Name | Description | Example |
|---|---|---|
| Content | The MarkDown content as text. | # Header 1 **strong *italic* content** |
| FontSize | CSS Font Size | x-large, xx-large, x-small, xx-small, ... |
| Overflow | The CSS scrollbar behavior for the control. | auto or scroll |
Clone the repository and open the command prompt in folder "src/MarkDownViewer". To retrieve all the required project dependencies, run the command:
npm installFollow the instructions and open the Visual Studio Developer Command Prompt in folder "src/solution". Run the command:
msbuild /t:build /restoreTo install the component in your solution connect your environment.
