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

   @lkishalmi @Chris2011 
   
   I'm re-activating this topic :) as I'm thinking of implementing a quick 
patch.
   Do you think that today we need to have configurable markdown css ?
   If not I can prepare some small improvements PR with simple hardcoded css.
   I have this proof of concept branch : 
https://github.com/apache/netbeans/compare/master...haidubogdan:netbeans:t_markdown_improvements
   
   I see that there are a lot of limitation with css and swing html renderer, 
so maybe a point  would be to have a more reliable java html renderer.
   
   before:
   
   <img width="453" height="340" alt="Image" 
src="https://github.com/user-attachments/assets/175bae1b-7137-43f9-a981-c540544fd863";
 />
   
   after : 
   
   <img width="655" height="508" alt="Image" 
src="https://github.com/user-attachments/assets/43b14dc1-c35f-4f2e-b71d-d4c27082743a";
 />
   
   @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.


-- 
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