mirror of
https://github.com/discourse/discourse.git
synced 2025-06-22 19:21:34 +08:00
FIX: Heading with style
This commit is contained in:
@ -210,6 +210,13 @@ test("Mentions", function() {
|
||||
|
||||
});
|
||||
|
||||
|
||||
test("Heading", function() {
|
||||
cooked("**Bold**\n----------",
|
||||
"<h2><strong>Bold</strong></h2>",
|
||||
"It will bold the heading");
|
||||
});
|
||||
|
||||
test("Oneboxing", function() {
|
||||
|
||||
var matches = function(input, regexp) {
|
||||
|
Reference in New Issue
Block a user