-
Notifications
You must be signed in to change notification settings - Fork 6k
markdig changes - core and standard folders #6766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left two nits, one very minor, @mairaw. You can merge when you're ready.
|
||
```csharp | ||
public class CustomEndpoint : ServiceEndpoint | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is really a nit (not to mention unrelated to the PR), but the indentation here is troublesome.
Friend Sub New(prefix As String, localname As String, nsURI As String, doc As XmlDocument) | ||
MyBase.New(prefix, localname, nsURI, doc) | ||
CType(doc, LineInfoDocument).IncrementElementCount() | ||
End Sub 'New |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note the highlighted characters here. It usually indicates some unusual (non-printing?) character in the file. Here, each of those comments can be removed -- they were auto-generated by the C#-to-VB conversion tool.
Related to #6581
Hide whitespace changes for easier diff