Use CommonMark plugin for @-mentions

This commit is contained in:
Jonny Barnes 2022-07-08 16:37:38 +01:00
parent 08b3691aeb
commit 3ff4149304
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
6 changed files with 89 additions and 17 deletions

View file

@ -25,6 +25,6 @@ class BridgyPosseTest extends TestCase
$response = $this->get($note->longurl);
$html = $response->content();
$this->assertStringContainsString('p-bridgy-twitter-content', $html);
$this->assertStringContainsString('Hi @joe__', $html);
}
}