mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Support for ***bold and italics***
This commit is contained in:
parent
e9663e5338
commit
093ead7855
2 changed files with 33 additions and 0 deletions
|
@ -17,6 +17,7 @@ var cookedOptions = function(input, opts, expected, text) {
|
|||
|
||||
test("basic cooking", function() {
|
||||
cooked("hello", "<p>hello</p>", "surrounds text with paragraphs");
|
||||
cooked("***hello***", "<p><strong><em>hello</em></strong></p>", "it can do bold and italics at once.");
|
||||
});
|
||||
|
||||
test("Line Breaks", function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue