Introduce markdown syntax for authoring content
As a systems engineer/developer, I love the office 365/sharepoint platform. The one thing that's stops me from using it for everything is the lack of a productive way to generate content.
Editing content in the UI is horrendously slow and painful, I just want to be able to author content quickly with markdown syntax, and publish my content/documentation quickly and easily.
What's microsofts standpoint on this? Am i the first to request this? (i highly doubt i'm the only one who wants this...)
Cheers,
Morgan


We’ve recently rolled out a markdown web part for modern pages that enables users more familiar with creating content in this syntax, to create pages using this method. Go forth and make beautiful pages :)
17 comments
Comments are closed-
Tom Franciosi commented
I just noticed that modern pages now have a webpart for Markdown. Webpart controls include the below.
Markdown quick reference
Here are examples of commonly used markdown syntax.
Headers
# Header 1
## Header 2
### Header 3
#### Header 4
Emphasis
**Bold**
Ctrl-B
_Italic_
Ctrl-I
~~Strikethrough~~
Ctrl-Dash
Paragraph
> Blockquote
````Code````
Links and images
[Contoso](http://www.contoso.com/)

Ctrl-L
Lists
Ordered
1. First ordered item
2. Second ordered item
Bullets
* First bulleted item
* Second bulleted item
Table
| Header1 | Header2 | Header3 |
|---------|---------|---------|
| One | Two | Three | -
Julian Knight commented
At least add the capability to specify a custom CSS style sheet for the document (which is viewed as an inserted iframe).
-
Julian Knight commented
While .md files can be put into a document library and are visualised as HTML. The formatting is very limited.
Please use GitHub flavored Markdown or something similar!
-
Jurgen Wiersema commented
turns out .md files are supported and are turned into html on the fly. Nice! Only image src tags are a problem.
-
Jurgen Wiersema commented
Definitely would love putting .md files or markdown text on sharepoint, pref. synced from VSTS
-
Anonymous commented
There is an actual demand for a WIKI including a Markdon-like way of document creation at my recent customer.
-
Anonymous commented
Would love to have Markdown support so I can just easily stuff content into wikis.
-
Roshan Sathaar commented
Implementing Markdown in Wiki pages/communication sites would revolutionise way Marketing teams manage content. Simply put it would increase SharePoint content updates quite a bit.
-
Thomas Potier commented
I would like to write case studies (most easily done next to my code in Markdown) and publish these in my team SharePoint - also made visible to a "case Study" Team channel. Are you working on such feature? When is this expected to be available?
-- Thanks -
Jonathan Eckman commented
Developing markdown content in VSTS and then "deploying" it as searchable content to a SharePoint site would help us enormously.
-
Matthew Petty commented
Here is your annual request for an update
-
Toby commented
Would love to be able to share standard & Github Extended MD documents between Visual Studio Online repositories / Git Hub & SharePoint.
Our document generators for code & database documentation can also output MD so this would be really useful.
-
Jonathan Eckman commented
SharePoint Team - See Visual Studio Team Services wiki feature for an example. We need wiki capabilities similar to that.
-
asubmani commented
I need markdown as I can easily work with Javascript etc. to allow for easy copying of anything that is tagged as code in Markdown. Also, I can author my Markdown content in "Visual Studio Code". It would be really cool to be able to use sharepoint like a CMS system for Markdown.
-
Jonathan Eckman commented
We would love to use SharePoint as an internal blog. Unfortunately there is no way to easily format text as code which will be in a majority of our posts.
-
DataSN.com commented
I don't know why but it's really not enjoyable authoring content / docs on Office 365.
-
Martin Müller commented
Any update on Markdown Support for modern site pages?