-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
v2 Roadmap #334
Comments
I think library is need a bit more documentation with examples like this one, because at first time, this was a mess for me, what is going on. Most of the comments in source is just parameter names with types. Many things works very tricky to understand, like default markdown links and images is handled via two different parsers for both cases Will be nice to see more detailed descriptions for parser, context and cursor methods at https://commonmark.thephpleague.com Hope to see documentation improvements in v2! |
@Niklan Documentation has been significantly improved! https://commonmark.thephpleague.com If there's anything else you'd like to see, please let me know in #351. |
Looks cool! :) I think it will be easier for newcomers to understand what is going on. I also have a question about https://commonmark.thephpleague.com/0.18/customization/cursor/ since we speak about documentation here. As I understand I mentioned earlier, I created custom BlockParser for such syntax: > [!NOTE]
>
> Some content. I trying to make the second line, after I tried to move a cursor to the next line in If it true, I think it worth to mention that cursor works only with the current line. And I don't understand how to implement my condition for syntax. Maybe handle it with It's not important for me, I just tried to do it for fun and can't handle it. |
I'm replacing this with an actual milestone: https://github.com/thephpleague/commonmark/milestone/15 All planned features will be moved to new issues and PRs under that milestone, instead of having a checklist here. |
My current wishlist for v2:
data
array more heavily?See whether stream/generator inputs make sense(they don't)AbstractBlock
elements on variables which containNode
. These are virtually alwaysAbstractBlock
elements though. See if we need to move some methods between these and/or tighten up our type hints.I'll gradually refine this list as progress and decisions are made and spin it off into a milestone. Just wanted a place to collect my thoughts for now.
The text was updated successfully, but these errors were encountered: