ref: 0b98045c088f379622fdb3b00c0f3c5c88ed4134
parent: 2115409369de78d25a497d135068fb8eee18dc7d
author: penny <penny@limitedideas.org>
date: Thu Oct 9 18:08:51 EDT 2025
comment?
--- a/renderer_test.go
+++ b/renderer_test.go
@@ -28,7 +28,7 @@
// <pre> tests
{"<pre>hello world</pre>", "hello world"}, {"<pre>hello\nworld</pre>", "hello\nworld"},- {"<pre>hello <a href=\"https://example.com\">world</a></pre>", "hello (world) [1]"}, // TODO: Verify that this is correct+ {"<pre>hello <a href=\"https://example.com\">world</a></pre>", "hello (world) [1]"}, {"<pre>hello & world</pre>", "hello & world"},// Mentions
{"<p>hello <a href=\"https://example.com\" class=\"mention\">username</a> world</p>", "hello username world"},--
⑨