GitQLab/gitq.com
GitHub issue completions do not workI suspect there was a change in GitHub API for issues because typing |
vsch/idea-multimarkdown
Welcome to Markdown Navigator DiscussionsWelcome to the discussion forum for Markdown Navigator features, enhancements and development roadmap. Add your suggestions and ideas for the forum to this topic.
|
vsch/flexmark-java
Specify css when converting to pdfHow can I specify a custom css file to be used in a pdf conversion? |
vsch/flexmark-java
Find document modified regionI’m trying to implement md syntax color in Eclipse, and I need to identify a damaged region, meaning the smallest possible region that was affected by user modificationThe idea is to parse only this region, and then to color only its text... |
vsch/flexmark-java
how to add attribute for the <a>My Project has used the to transfer markdown text to html text.In the PegDown ,I use a custom class extends and override the methods to achieve the aim to add some attribute for different links(likes image link common link);So how can ... |
vsch/flexmark-java
Can I use flexmark to turn a Markdown string into a List of Texts for use in a JavaFX TextFlow?Basically, I want to have an original text style
Have an input markdown string
Is there a way to get a L... |
vsch/flexmark-java
pegdown markdownToHtml and LinkRenderer class replacement in flexmark javaHi,
|