Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/utils/sanitize
akuma06 0646d9fc0c Fix <br> tag duplicated (#1575)
The bug came from bbcode parser which transforms \n with <br>.
So I just remove the br tag in bbcode parser before applying the mardown parser.
Fix #1480
2017-09-17 21:47:17 +02:00
..
markdown.go Fix <br> tag duplicated (#1575) 2017-09-17 21:47:17 +02:00
markdown_test.go Fix <br> tag duplicated (#1575) 2017-09-17 21:47:17 +02:00
safe.go
safe_test.go