mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
docs: add CONTRIBUTORS and MAINTAINERS files, update README (#18)
* docs: README update * docs: introduce CONTRIBUTING.md * docs: introduce MAINTAINERS.txt
This commit is contained in:
@@ -200,7 +200,7 @@ func TestRemoveMarkdown(t *testing.T) {
|
||||
{"Just plain text", "Just plain text"},
|
||||
|
||||
// Complex mixed
|
||||
{"### Title\nSome **bold** text and a [link](http://url.com).", "Title\nSome bold text and a link."},
|
||||
{"### Title\nSome **bold** text and a [link](http://url.com).", "Title Some bold text and a link."},
|
||||
}
|
||||
|
||||
for _, tt := range tests {
|
||||
|
||||
Reference in New Issue
Block a user