repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
a264a6c
parent
c2105f9
author
Eric Bower
date
2024-06-26 18:07:42 +0000 UTC
style: mv anchor link to end of title
1 files changed,  +1, -1
M shared/mdparser.go
+1, -1
1@@ -230,7 +230,7 @@ func ParseText(text string) (*ParsedText, error) {
2 		&hashtag.Extender{},
3 		hili,
4 		&anchor.Extender{
5-			Position: anchor.Before,
6+			Position: anchor.After,
7 			Texter:   anchor.Text("#"),
8 		},
9 	}