0.1.1
Maybe it's time to publish a real release.
- The NuGet package now has two target platforms: .NET Framework 4.5 and .NET Standard 1.1.
Templatecan now distingish parser functions, and variables, from normal template expressions.- You will be able to extract the first argument from
{{#if:expr|yes|no}}, rather than getting aTemplatewhoseNameis#if:expr.
- You will be able to extract the first argument from
- Fixed the missing
LineInfoforExternalLink&TagAttributenodes. NormalizeTitle&NormalizeTemplateArgumentNamenow acceptsnullvalues, and they will returnnullfor such cases.