refactor: formatting files

This commit is contained in:
D. Moonfire 2022-11-02 17:38:18 -05:00
parent cd9c8989dc
commit 6f84da0b02

View file

@ -4,8 +4,8 @@ This is a set of libraries for working with Markdown in C#. Most of the code are
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.
- 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.