vsch/flexmark-java
integrate YUML and websequence diagram with flexmarkThanks for the reply, Also here I have YUMLBlockQuote class which has segments like openingMarker, openingTrailing, closingMarker and closin... |
vsch/flexmark-java
integrate YUML and websequence diagram with flexmarkI have created four classes YUMLBlockQuote.java, YUMLBlockQuoteParser.java, YUMLExtension.java, YUMLNodeFormatter.java and I have some questions which as followingDo I need to create a class for options like GitLabOptions, which options shall I use for... |
vsch/flexmark-java
integrate YUML and websequence diagram with flexmarkThanks a lot for quick reply, I will try with the same, Again Thank you very much, I will try and let you know |
vsch/flexmark-java
integrate YUML and websequence diagram with flexmarkThanks for the quick reply, we are displying YUML in markdown so we will write code in markdown and it would display the image in markdown Below input in markdown%%% yuml style=nofunky scale=120 format=svg[Customer]<>-or... |