Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Allow all markdown files to be processed #185

Merged
merged 1 commit into from
Dec 27, 2014
Merged

Allow all markdown files to be processed #185

merged 1 commit into from
Dec 27, 2014

Conversation

laedit
Copy link
Member

@laedit laedit commented Dec 27, 2014

*.md, *.mkd, *.mkdn, *.mdown and ".markdown are now allowed.

*.md, *.mkd, *.mkdn, *.mdown and ".markdown are now allowed.
laedit pushed a commit that referenced this pull request Dec 27, 2014
Allow all markdown files to be processed
@laedit laedit merged commit 3472f7b into Code52:master Dec 27, 2014
@@ -5,7 +5,7 @@ namespace Pretzel.Logic.Templating.Context
{
public static class PathExtensions
{
private static readonly string[] MarkdownFiles = new[] { ".md", ".mdown", ".markdown" };
private static readonly string[] MarkdownFiles = new[] { ".md", ".mkd", ".mkdn", ".mdown", ".markdown" };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 to the change, but this seems like a very big yak to shave 😀

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review!
I think that these extensions are the most used, so it is may be not necessary to add the others?
Or "mdwn" only.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leave it as-is. If someone wants a different extension, they can add it in a PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants