<rsd version="1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://archipelago.phrasewise.com/rsd">
  <service>
    <engineName>MyGet</engineName>
    <engineLink>http://www.myget.org/</engineLink>
    <dc:identifier>https://www.myget.org/F/umbmarkdown/</dc:identifier>
    <dc:owner>jimbobsquarepants</dc:owner>
    <dc:creator>jimbobsquarepants</dc:creator>
    <dc:title>A fancy markdown editor for Umbraco</dc:title>
    <dc:description># &lt;img src="https://raw.githubusercontent.com/JimBobSquarePants/umbmarkdown/develop/build/assets/logo/umbmarkdown-64.png" width="52" height="52"/&gt; UmbMarkdown

This repository contains a Markdown property editor for Umbraco designed to supersede the core one.

Supports Github Flavoured Markdown and improves upon the existing core Markdown editor in many ways.

### Consuming the Solution

Hopefully the core team will agree with me that this should replace the existing editor.

In the meantime nightlies are available from [MyGet](https://www.myget.org/gallery/umbmarkdown)

A sample Nuget.config file is as follows:

    &lt;?xml version="1.0" encoding="utf-8"?&gt;
    &lt;configuration&gt;
      &lt;packageSources&gt;
        &lt;add key="nuget.org" value="https://www.nuget.org/api/v2/" /&gt;
        &lt;add key="myget.umbmarkdown" value="https://www.myget.org/F/umbmarkdown/api/v3/index.json"/&gt;
      &lt;/packageSources&gt;
    &lt;/configuration&gt;</dc:description>
    <homePageLink>https://www.myget.org/Feed/Details/umbmarkdown/</homePageLink>
    <apis>
      <api name="nuget-v3-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/umbmarkdown/api/v3/index.json" />
      <api name="nuget-v2-packages" blogID="" preferred="true" apiLink="https://www.myget.org/F/umbmarkdown/api/v2/" />
      <api name="nuget-v1-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/umbmarkdown/api/v1/" />
    </apis>
  </service>
</rsd>