Replies: 5 comments 6 replies
-
I closed most of the backlog that accumulated during my holyday break and created a new beta |
Beta Was this translation helpful? Give feedback.
-
I'll give beta2 a try. Yes. the |
Beta Was this translation helpful? Give feedback.
-
Was there a fix put in for the double spaces at the ends of lines? I thought there was a fix for that but I am still seeing them in my mermaid diagrams. |
Beta Was this translation helpful? Give feedback.
-
I am testing with DefaultDocumentationIgnoreLineBreak set to True in the project file and am not seeing it taking affect - I still see the double spaces at then end of each line. I am trying to do some testing debugging the Console project. I have a breakpoint in MarkdownWriter.WriteText() and see _ignoreLineBreak false for some iterations. I am trying to figure out why it is true for some items and false for others. |
Beta Was this translation helpful? Give feedback.
-
I think the problem is in XElementExtension.GetIgnoreLineBreak(). It looks like the success or failure of the TryParse() overwrites the value of ignoreLineBreak. |
Beta Was this translation helpful? Give feedback.
-
The 0.7.6-beta1 has been working well for me for the two issues I ran into:
-Duplicate namespace entries in externLinks causing a key already added error
-Two spaces added at the end of each line messing up Mermaid diagrams
My two remaining issues are:
<br/>
tags in Mermaid diagrams are replaced with<br />
(space inserted after "br". This fails to get interpreted in DevOps and displays as written:<br />
.and
When parsing command line arguments, the parser fails to separate the multiple externLinks separated by
|
.Have you had a chance to look into either of remaining two issues? I know the "br" solution I provided is sort of a hack and you were going to look for another option. For the externLinks paths, adding the "Separator" to the attribute seemed like a good fix.
Beta Was this translation helpful? Give feedback.
All reactions