Show links in item description
In commit 81c9cf53d6
, I accidentally
disabled the links when rendering the item description. This patch
fixes this mistake.
This commit is contained in:
parent
a6b2d570b3
commit
7d1bf00d31
@ -98,7 +98,7 @@ impl<P: Printer> TextRenderer<P> {
|
||||
|
||||
if let Some(text) = &doc.description {
|
||||
self.print_heading(1, "Description")?;
|
||||
self.printer.print_html(6, text, false)?;
|
||||
self.printer.print_html(6, text, true)?;
|
||||
self.printer.println()?;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user