How do you add MarkDown webpart to a SharePoint page with it's content already filled in? #5357
Unanswered
pmatthews05
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have the contents of a Markdown file that I wish to add to a SharePoint Page (Create and Update), no matter what I do, the content doesn't show.
I'm assuming it is possible as
Add-PnpPageWebPartwhen selecting the property-DefaultWebPartTypethe MarkDown is one of the options on the intellisense.I can create the WebPart on the page, but I'm unable to pre-populate or update the content of the MarkDown webpart.
All reactions