Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpride committed May 12, 2023
2 parents a46d0a3 + 32def2b commit b54d457
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- "McPride.Markdig*-v[0-9]+.[0-9]+.[0-9]+-preview[0-9]+.[0-9]+"
- "McPride.Markdig*-v[0-9]+.[0-9]+.[0-9]+-prerelease[0-9]+.[0-9]+"
- "McPride.Markdig*-v[0-9]+.[0-9]+.[0-9]+-pre[0-9]+.[0-9]+"
paths-ignore:
- '**/README.md'
pull_request:
branches: [ "main" ]

Expand Down
31 changes: 30 additions & 1 deletion src/McPride.Markdig.AsciiDoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,38 @@ The renderer is marked with a 0 as major version which means, this is in an earl

With update to version 1.0.0 and higher the versioning then will follow the semver pattern.

### Features

* Link handling inclusive images etc.
* Code block handling (incl. special plantuml diagram handling)
* Paragraph handling
* Headings
* Ordered and unordered lists
* Quote blocks
* Simple pipe or grid tables
* Thematic breaks
* Inline literal, bold, italic, underline, strikethrough, superscript, subscript etc. handling
* breaks
* ... etc.

### TODOs (mostly not part of CommonMark markdown)

* Footnotes
* complex table handling (grid tables)
* custom (html) attributes handling
* Admonitions
* Abbreviations
* Citations
* Additional diagrams
* Emojis
* Mathematics
* additional media links
* Task lists
* ... support for other markdown extensions

## Installation

You can add `McPride.Markdig.AsciiDoc` as nuget package to your project.
You can add `McPride.Markdig.AsciiDoc` as [nuget package](https://www.nuget.org/packages/McPride.Markdig.AsciiDoc) to your project.

* dotnet cli: `dotnet add package McPride.Markdig.AsciiDoc`
* PS Package Manager: `Install-Package McPride.Markdig.AsciiDoc`
Expand Down

0 comments on commit b54d457

Please sign in to comment.