Modify ↓
Opened 11 years ago
Closed 3 years ago
#11743 closed enhancement (fixed)
IHTMLPreviewRenderer support
Reported by: | Owned by: | Cinc-th | |
---|---|---|---|
Priority: | normal | Component: | MarkdownMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
This plugin only support WikiProcessor but not support IHTMLPreviewRenderer.
I wrote patch that add IHTMLPreviewRenderer feature.
Attachments (2)
Change History (15)
Changed 11 years ago by
Attachment: | html-renderer.diff added |
---|
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Reporter: | changed from anonymous to buzztaiki <buzz.taiki@…> |
---|
comment:5 Changed 11 years ago by
Thanks for the patch! I will try to find time to test it out and commit within the next few days.
comment:6 Changed 11 years ago by
If you want to test this patch, you must modify mimeviewer.mime_map as following:
[mimeviewer] mime_map = ..., text/x-markdown:md, text/x-markdown:markdown
Changed 11 years ago by
Attachment: | html-renderer-2.diff added |
---|
comment:7 Changed 11 years ago by
Sorry, MarkdownRenderer#__init__
is incorrect. I fix it in attachment:html-renderer-2.diff
comment:8 Changed 5 years ago by
Owner: | Ryan J Ollos deleted |
---|
comment:9 Changed 4 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:11 Changed 3 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:12 Changed 3 years ago by
Owner: | changed from Ryan J Ollos to Cinc-th |
---|---|
Status: | reopened → assigned |
comment:13 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I attached patch attachment:html-renderer.diff