Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit ca45943

Browse files
committed
Removed HTML Support for MarkdownProvider for Text Files
Removed HTML Support for MarkdownProvider for Text Files for the MarkdownEditor extension
1 parent 10ec6ff commit ca45943

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

Helpers/Markdown/MarkdownContentTypeDefinition.cs

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,10 @@ public class MarkdownContentTypeDefinition
77
{
88
public const string MarkdownContentType = "markdown";
99

10-
[Export(typeof(ContentTypeDefinition))]
11-
[Name(MarkdownContentType)]
12-
[BaseDefinition("htmlx")]
13-
public ContentTypeDefinition IMarkdownContentType { get; set; }
14-
15-
// Removed due to conflict with MarkdownEditor extension (https://github.com/madskristensen/MarkdownEditor)
16-
17-
//[Export(typeof(FileExtensionToContentTypeDefinition))]
18-
//[ContentType(MarkdownContentType)]
19-
//[FileExtension(".md")]
20-
//public FileExtensionToContentTypeDefinition MdFileExtension { get; set; }
10+
[Export(typeof(FileExtensionToContentTypeDefinition))]
11+
[ContentType(MarkdownContentType)]
12+
[FileExtension(".md")]
13+
public FileExtensionToContentTypeDefinition MdFileExtension { get; set; }
2114

2215
[Export(typeof(FileExtensionToContentTypeDefinition))]
2316
[ContentType(MarkdownContentType)]

source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="950d05f7-bb25-43ce-b682-44b377b5307d" Version="1.5.2.1" Language="en-US" Publisher="Rion Williams" />
4+
<Identity Id="950d05f7-bb25-43ce-b682-44b377b5307d" Version="1.5.2.2" Language="en-US" Publisher="Rion Williams" />
55
<DisplayName>Glyphfriend</DisplayName>
66
<Description xml:space="preserve">Glyphfriend is a Visual Studio extension to enhance the existing Intellisense to display preview glyphs for many of the common glyph-based font libraries like Font Awesome, Foundation, IonIcons and more.</Description>
77
<MoreInfo>https://visualstudiogallery.msdn.microsoft.com/5fd24afb-b3b2-4cec-9b03-1cfcec6123aa</MoreInfo>

0 commit comments

Comments
 (0)