-
Notifications
You must be signed in to change notification settings - Fork 146
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
Keep StartLine/EndLine/StartColumn #57
Comments
It would be possible, you would just have to count the newlines that are before the In fact |
How would I count the newlines? Wouldn't it be easier for me to add |
You can try though I would not suggest it. :) It will be easier to use If you are using streams, it will be harder - in this case perhaps you could add the line counter to the parser - it could be a |
Thank you. I am using stream, so I suppose it has to be a change to the parser. In any case, could you please not remove those properties from |
For now I don't plan to, that will probably happen on v1. I want remove them because I think it gives people the wrong idea on how to use them. Even for the original purpose - to enable synchronized scrolling between the markdown source and generated HTML code in editors - they are useless if someone wants to use wrapped lines... |
Hey, May I remove the Question label? This is more of a request. |
I still think that it is wrong to use these properties in any real life applications - can you describe how you are using them? |
I believe the top post describes a realistic scenario. I saw an old post on On Fri, Dec 18, 2015 at 9:44 PM, Kārlis Gaņģis [email protected]
|
CommonMark.NET should live up to jgm's high expectations 😆 |
Hi,
I'm using CommonMark.NET for parsing.
I have a converter on top of it, which should present warnings like
I don't think that would be possible with just
SourcePosition
andSourceLength
.The text was updated successfully, but these errors were encountered: