ligershark/WebOptimizer.Markdown

Name: WebOptimizer.Markdown

Owner: LigerShark

Description: null

Created: 2017-08-06 18:28:50.0

Updated: 2018-01-22 18:48:58.0

Pushed: 2017-08-24 17:49:57.0

Homepage: null

Size: 20

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

A Markdown compiler for ASP.NET Core

Build status NuGet

This package compiles markdown files into HTML by hooking into the LigerShark.WebOptimizer pipeline.

Usage

You can reference any markdown file directly in the browser and a compiled and HTML document will be served. To set that up, do this:

ices.AddWebOptimizer(pipeline =>

pipeline.CompileMarkdownFiles();

Or if you just want to parse specific markdown files, do this:

ices.AddWebOptimizer(pipeline =>

pipeline.CompileMarkdownFiles("/path/file1.md", "/path/file2.md");


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.