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:
Sahil Bansal
2025-05-11 22:42:27 +05:30
committed by GitHub
parent 86f8bd42b7
commit f7855e99a2
7 changed files with 143 additions and 13 deletions
+1 -1
View File
@@ -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 {