You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A markdown column may specifically need to allow sanitized HTML, or be pure Markdown, or something else of a variety of configuration options allowed by the Markdown processor.
Class MarkdownComposite accepts an options={} parameter as the last item
Class MarkdownColumn also accepts options={} (position irrelevant, but last for consistency)
MarkdownColumn calls composite with functools.partial(MarkdownComposite, options=options)
Related: Google has augmented rel="nofollow" with a new value ugc to indicate user generated content. This should be configurable by column or possibly by form.
A markdown column may specifically need to allow sanitized HTML, or be pure Markdown, or something else of a variety of configuration options allowed by the Markdown processor.
MarkdownComposite
accepts anoptions={}
parameter as the last itemMarkdownColumn
also acceptsoptions={}
(position irrelevant, but last for consistency)MarkdownColumn
callscomposite
withfunctools.partial(MarkdownComposite, options=options)
MarkdownComposite.__setattr__
callsmarkdown(value, **self.options)
(pending change in Markdown processor in Replace GFM module with JS version #182)The text was updated successfully, but these errors were encountered: