docs: updating read me
This commit is contained in:
parent
6f84da0b02
commit
3f959ff743
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@ 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.
|
- 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.
|
- 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.
|
The documentation is rather light at the moment, but the tests can show various ways of using the libraries.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -31,3 +31,8 @@ These library are not on nuget.org (for various reasons). To use them, set up yo
|
||||||
</packageSourceMapping>
|
</packageSourceMapping>
|
||||||
</configuration>
|
</configuration>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The two libraries are:
|
||||||
|
|
||||||
|
- MfGames.Markdown
|
||||||
|
- MfGames.Markdown.Gemtext
|
||||||
|
|
Reference in a new issue