Blake.MarkdownParser 1.0.22

dotnet add package Blake.MarkdownParser --version 1.0.22
                    
NuGet\Install-Package Blake.MarkdownParser -Version 1.0.22
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Blake.MarkdownParser" Version="1.0.22" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Blake.MarkdownParser" Version="1.0.22" />
                    
Directory.Packages.props
<PackageReference Include="Blake.MarkdownParser" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Blake.MarkdownParser --version 1.0.22
                    
#r "nuget: Blake.MarkdownParser, 1.0.22"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Blake.MarkdownParser@1.0.22
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Blake.MarkdownParser&version=1.0.22
                    
Install as a Cake Addin
#tool nuget:?package=Blake.MarkdownParser&version=1.0.22
                    
Install as a Cake Tool

<div align="center">

<a href="https://blake-ssg.org" target="_blank" title="Go to the Blake website"><img width="196px" alt="blake logo" src="https://raw.githubusercontent.com/matt-goldman/blake/refs/heads/main/assets/blake.svg"></a>

Blake

🍞 Bake your Blazor into beautiful static sites

The static site generator for .NET developers who want familiar tools, not foreign languages.

Blake.Types Blake.MarkdownParser Blake.BuildTools Blake.CLI
NuGet Version NuGet Version NuGet Version NuGet Version

GitHub Workflow Status

📚 Read the docs🚀 Quick Start🌟 See it in action

</div>


🌟 See it in action

Live examples built with Blake:

🌐 Blake Documentation - The official Blake docs site
Modern documentation with clean design and full-text search

🎨 Tailwind Sample Blog - A beautiful blog template
Responsive blog with Tailwind CSS styling and modern typography


🚀 Quick start

Get up and running in seconds:

1️⃣ Install Blake globally

dotnet tool install -g blake

2️⃣ Create a new site

# Create from template
blake new --template tailwind-sample

# Create without a template (uses the default Blazor WASM template)
blake new

# Or init an existing Blazor WASM site
blake init

3️⃣ Start building

blake bake && dotnet run
# or
blake serve  # does both bake and serve

That's it! ✨ Your static site is ready at your configured port

🔧 Advanced usage

Add Blake to existing Blazor app:

blake init

Generate content only:

blake bake

List all templates:

blake new --list

✨ Why Blake?

Tired of learning new templating languages just to blog? Blake brings static site generation to your comfort zone.

🎯 Built for .NET developers

  • No foreign syntax - Use Razor templates you already know
  • No config chaos - Folder structure determines everything
  • No build mysteries - Just Blazor, just bake, just works

🧠 Guided by Occam's Razor

The solution with the fewest assumptions is often the best.

Other generators: "Put layouts here, templates there, config everywhere, sprinkle fairy dust, pray it builds."

Blake: "Put content wherever makes sense. Add a template.razor. Done."

⚡ Key features

Convention over configuration - Smart defaults, zero setup
Familiar tooling - Razor, Markdown, Blazor components
Plugin system - Extend functionality without complexity
Live templates - Community-driven starter templates
Modern workflow - Integrates with existing .NET tools

🤔 Blake vs. Others

Love Hugo, Jekyll, or Gatsby? They're fantastic! But they make too many assumptions:

  • 😭 Hugo: Assumes you're happy to learn Go templating + TOML/YAML config
  • 😭 Jekyll: Assumes you're cool with Liquid templating + Ruby ecosystem
  • 😭 Gatsby: Assumes you want a static site with GraphQL + React + complex build chains
  • 🤩 Blake: Assumes you have the .NET CLI installed

Blake doesn't try to be everything to everyone. It tries to be exactly what feels intuitive to .NET developers who just want to write and publish.


📖 Documentation

Complete documentation →


<div align="center">

Ready to bake? 🍞✨

Get Started →View Templates →Join Community →

</div>

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Blake.MarkdownParser:

Package Downloads
Blake.BuildTools

A static site generator inspired by Occam's Blazor

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.22 158 9/1/2025
1.0.21 132 8/31/2025
1.0.20 247 8/25/2025
1.0.19 198 8/24/2025
1.0.18 129 8/16/2025
1.0.17 110 8/15/2025
1.0.16 116 8/15/2025
1.0.15 131 8/12/2025
1.0.14 143 8/11/2025
1.0.13 136 8/11/2025
1.0.12 304 8/5/2025
1.0.11 206 8/5/2025
1.0.10 178 8/3/2025
1.0.9 67 8/3/2025
1.0.8 67 8/2/2025
1.0.7 52 8/2/2025
1.0.6 51 8/2/2025
0.0.1-preview2 426 7/25/2025