refactor: cleaning up code
This commit is contained in:
parent
ffe97e8eff
commit
45f26437ff
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
MfGames.Markdown.Gemtext CIL
|
||||
============================
|
||||
# MfGames.Markdown.Gemtext CIL
|
||||
|
||||
An extension for [Markdig](https://github.com/xoofx/markdig) that converts Markdown into Gemtext.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Markdig;
|
||||
using Markdig;
|
||||
using MfGames.Markdown.Gemtext;
|
||||
using MfGames.Markdown.Gemtext.Extensions;
|
||||
using Xunit;
|
||||
|
|
Reference in a new issue