the browser-facing portion of osu!
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 33 lines 931 B view raw
1ftp://ftp.example.com 2 3www.example.com 4 5user@example.com 6 7Boundary test 8Link to http://example.com/path:1/hello: the colon should be excluded. 9Link to (http://example.com/path:1/hello): the parentheses and colon should be excluded. 10Link (to http://example.com/path:1/hello). The parentheses and period should be excluded. 11Link to <http://example.com/path:1/hello> The angle brackets should be excluded. 12Link to http://example.com/path:1/hello>world The angle brackets should be included. 13 14Relative test 15Link to http://localhost/path:1/hello the domain part should be excluded. 16 17At start of a block tag 18[quote]https://example.com test[/quote] 19 20At end of a block tag 21[quote]Test: https://example.com[/quote] 22 23Alone in a block tag 24[quote]https://example.com[/quote] 25 26At start of an inline tag 27[b]https://example.com test[/b] 28 29At end of an inline tag 30[b]Test: https://example.com[/b] 31 32Alone in an inline tag 33[b]https://example.com[/b]