hishamco / MarkdownViewEngine

Markdown View Engine for ASP.NET Core
http://hishambinateya.com/introducing-a-new-markdown-view-engine-for-asp.net-core
MIT License
43 stars 3 forks source link

Page directive can throw exceptions #2

Closed jskeet closed 7 years ago

jskeet commented 7 years ago

I'm in the habit of putting spaces in assignments, so I had

@page title = "Foo"

... at which point Substring fails. Perhaps the regex for the values should just capture the key/value pairs with regex groups? That would be simpler.

hishamco commented 7 years ago

Unfortunately this is a known issue before, but I think I fix it last week using RexEx, I think the changes that I will push may solve almost of the issues that you are reported thanks

hishamco commented 7 years ago

Fixed by PR #6