# 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 are set up to show these can be used. ## 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. ``` ```