# MfGames.Markdown CIL This is a set of libraries for working with Markdown in C#. Most of the code are extensions in [MarkDig](https://github.com/xoofx/markdig), an extensible library for converting Markdown. The library includes the following: - An extension for converting wiki links, such as `[[MfGames]]` into a link based on the title. This is for both HTML and Gemtext. - A output library for using MarkDig to generate Gemtext for Gemini pods. The documentation is rather light at the moment, but the tests can show various ways of using the libraries. ## Usage These library are not on nuget.org (for various reasons). To use them, set up your NuGet.config to pull them from their repository. ``` ``` The two libraries are: - MfGames.Markdown - MfGames.Markdown.Gemtext