Skip to content

Commit 99e0f82

Browse files
authored
Add PkgEval badge to README (#17)
1 parent c3825a1 commit 99e0f82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Documentation][docs-stable-img]][docs-stable-url]
55
[![GitHub Actions CI][github-actions-img]][github-actions-url]
66
[![CodeCov][codecov-img]][codecov-url]
7+
[![PkgEval][pkgeval-img]][pkgeval-url]
78

89
A Julia package for working with Markdown documents in an [abstract syntax tree][ast-wiki] representation.
910
As an example, the following Markdown
@@ -58,6 +59,8 @@ Also, this packages does not provide a parser, and the users are encouraged to c
5859
[docs-stable-url]: https://markdownast.juliadocs.org/stable/
5960
[codecov-img]: https://codecov.io/gh/JuliaDocs/MarkdownAST.jl/branch/main/graph/badge.svg?token=91XPUAQ2WE
6061
[codecov-url]: https://codecov.io/gh/JuliaDocs/MarkdownAST.jl
62+
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/M/MarkdownAST.svg
63+
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/M/MarkdownAST.html
6164

6265
[ast-wiki]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
6366
[mdast-astmacro]: https://markdownast.juliadocs.org/stable/astmacro/#MarkdownAST.@ast

0 commit comments

Comments
 (0)