Closed kse-clearhaus closed 6 years ago
/// <summary> /// ... /// </summary> /// <example> /// ... /// <code lang="csharp"> /// using ...; /// public static void main() /// { /// var apiKey = "UUID"; /// } /// </code> /// </example>
Is converted into the incorrect markdown
```csharp using Clearhaus.Gateway; public static void main() { var apiKey = "My Secret UUID"; }
### CsProj snippet ###
### Comments ### This is most likely because the indentation from the `.xml` file is not removed. **Note:** This project is compiled on Linux, where the XML is generated with only NEWLINE `\n` line endings and no carriage return `\r`.
Thank you for your feedback. I'm working on this issue and in next days I'll release a new version with this solved.
Hi, Version 1.3.3 fix this bug.
Regards,
Much appreciated!
Error description
Is converted into the incorrect markdown