We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently only a pre-defined number of post headers are loaded. I suggest that all of the post headers available should be loaded into a dictionary.
Imagine having the following post header:
--- layout: post title: Don't deadlock with async and await date: 2013-04-03 15:32 author: fekberg comments: true metadescription: Avoid deadlocking your applications when using async and await. categories: .NET, C# tags: async, await, csharp, deadlock, Programming ---
In this case, most of them are already defined and loaded by the parser, but tags is the one that isn't loaded.
tags
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently only a pre-defined number of post headers are loaded. I suggest that all of the post headers available should be loaded into a dictionary.
Imagine having the following post header:
In this case, most of them are already defined and loaded by the parser, but
tags
is the one that isn't loaded.The text was updated successfully, but these errors were encountered: