From 6f84da0b0252783524156e19f2922cd6037acb78 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Wed, 2 Nov 2022 17:38:18 -0500 Subject: [PATCH] refactor: formatting files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65d9a68..607abe8 100644 --- a/README.md +++ b/README.md @@ -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.