Hi..
Now checklist is working but when sanitization is disabled
I have added markdown checlist plugin to extensions
extensions=['fenced_code', 'codehilite',
ForgeExtension(
**kwargs), 'tables', 'toc', 'nl2br',
'markdown_checklist.extension'],
Used custom short reference regex
md.inlinePatterns['short_reference'] =
ForgeLinkPattern(markdown.inlinepatterns.NOIMG + '\\[([^ x\\]]+)\\]', md,
ext=self)
This will skip [ ] and [x]
But how we can deal with html sanitizer?
---
** [tickets:#8085] Add support for checkboxes to the markdown convertor**
**Status:** open
**Milestone:** unreleased
**Created:** Thu May 19, 2016 08:58 PM UTC by Rohan Verma
**Last Updated:** Sun Sep 02, 2018 05:15 AM UTC
**Owner:** Rohan Verma
Checkboxes can be rendered from [ ] and [x]
It is useful for maintaining lists and TODOs
---
Sent from forge-allura.apache.org because [email protected] is subscribed
to https://forge-allura.apache.org/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.