79333254

Date: 2025-01-06 13:57:49
Score: 1.5
Natty:
Report link

Thanks! I managed to get the AST manipulated accordingly using a lua filter as follows

function Strong(el)
    return pandoc.Span(el.content, {["custom-style"] = "test"})
 end

This assigns a custom style to all bold elements.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DerNils