bhavikpatel9977

bhavikpatel9977 ·

vsch/flexmark-java

integrate YUML and websequence diagram with flexmark

Thanks for the reply,
I have created a YUMLNodeRenderer which is I guess HTML rendered. But here I am not adding any url in the markdown.

Also here I have YUMLBlockQuote class which has segments like openingMarker, openingTrailing, closingMarker and closin...

vsch/flexmark-java

integrate YUML and websequence diagram with flexmark

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

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

Thanks 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
Lets consider the below example

Below input in markdown%%% yuml style=nofunky scale=120 format=svg[Customer]<>-or...