Add comment about HTML headings and Pleroma

This commit is contained in:
silverpill 2022-12-17 23:43:58 +00:00
parent a105710d14
commit 67b1729621

View file

@ -73,6 +73,7 @@ pub fn markdown_lite_to_html(text: &str) -> Result<String, MarkdownError> {
);
// Re-render blockquotes, headings, HRs, images and lists
// Headings: poorly degrade on Pleroma
// TODO: disable parser rules https://github.com/kivikakk/comrak/issues/244
iter_nodes(root, &|node| {
let node_value = node.data.borrow().value.clone();