Implement bold token
This commit is contained in:
parent
36e2b5925c
commit
1faa0d5c3b
6 changed files with 84 additions and 11 deletions
|
|
@ -17,7 +17,6 @@ impl Parseable for List {
|
|||
}
|
||||
|
||||
fn render(&self) -> String {
|
||||
|
||||
let bar = if self.open { "" } else { "/" };
|
||||
let tag = if self.ordered { "ol" } else { "ul" };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue