mbien commented on issue #6652:
URL: https://github.com/apache/netbeans/issues/6652#issuecomment-3979632137

   > @mbien I'm not very familiar with nb binaries there is a specific jar 
which deals with strikehrough elments rendering : 
flexmark-ext-gfm-strikethrough-0.64.8.jar . Maybe it can be added.
   
   if its useful it certainly could be added. The dependency handling of NB 
modules can be indeed tricky since it entails some manual editing. Easiest way 
to approach it is to look at past updates, e.g in case of flexmark:
   
   
https://github.com/apache/netbeans/pull/6918/changes/ae5a15bd04f684c46e64da56a170e40b21408782
 this would be a lib update, adding a jar would be a slice of the changeset.
   
   we have to keep an eye on flexmark and if it is still receiving updates. 
JDK's javadoc markdown impl uses https://github.com/commonmark/commonmark-java 
which could be a candidate if needed.
   
   > Do you think that today we need to have configurable markdown css ?
   
   This could be a followup if needed but I think there is enough room to 
improve default rendering before making it customizable. Screenshots look good 
IMO!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to