/PCF-MarkDownViewer

MarkDown Viewer for PowerApps as PCF Component

Primary LanguageTypeScriptMIT LicenseMIT

PCF-MarkDownViewer

MIT License

MarkDown Viewer for PowerApps is a PCF Component to visualize MarkDown content well formatted in your PowerApps.

MarkDown Viewer

Properties

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

Getting Started

Clone the repository and open the command prompt in folder "src/MarkDownViewer". To retrieve all the required project dependencies, run the command:

npm install

Package a the component

Follow the instructions and open the Visual Studio Developer Command Prompt in folder "src/solution". Run the command:

msbuild /t:build /restore

To install the component in your solution connect your environment.

Used Packages & Libraries