Issues
- move markdown support to an extensionLDEV-5261Zac Spitzer
- markdownToHtml doesn't support tablesLDEV-5260Zac Spitzer
- switch markdown render to commonmark (from txtmark)LDEV-5237Resolved issue: LDEV-5237
- markdownToHtml() not working for tripple backquotesLDEV-4823Resolved issue: LDEV-4823Pothys - MitrahSoft
- create function markdownToHTMLLDEV-3783Resolved issue: LDEV-3783Michael Offner
5 of 5
move markdown support to an extension
Description
Attachments
1
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Priority
NewParent
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Priority
Parent
Created 19 January 2025 at 10:34
Updated 25 March 2025 at 10:49
Activity
Show:
Michael Offner25 March 2025 at 10:47
we depend more and more on markdown in the core. so i think we should wait with that.
Michael Offner24 January 2025 at 15:55
we can do that with Lucee 7
Zac Spitzer20 January 2025 at 10:50Edited
basically unchanged from the core version, except I added back support for the safemode
argument
the .fld
claims to support a markdown file or string, but currently only a string is supported
Here’s a sample build
adding support for markdown extensions means adding quite a few more jars to the core
Let’s move this to an extension