Add comment about HTML headings and Pleroma
This commit is contained in:
parent
a105710d14
commit
67b1729621
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ pub fn markdown_lite_to_html(text: &str) -> Result<String, MarkdownError> {
|
||||||
);
|
);
|
||||||
|
|
||||||
// Re-render blockquotes, headings, HRs, images and lists
|
// Re-render blockquotes, headings, HRs, images and lists
|
||||||
|
// Headings: poorly degrade on Pleroma
|
||||||
// TODO: disable parser rules https://github.com/kivikakk/comrak/issues/244
|
// TODO: disable parser rules https://github.com/kivikakk/comrak/issues/244
|
||||||
iter_nodes(root, &|node| {
|
iter_nodes(root, &|node| {
|
||||||
let node_value = node.data.borrow().value.clone();
|
let node_value = node.data.borrow().value.clone();
|
||||||
|
|
Loading…
Reference in a new issue