Skip to content
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

Readme defintion of each seems ot conflict with implementation #317

Merged
merged 1 commit into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. Readme defintion of each seems ot conflict with implementation

    The readme mentions that Node#each will iterate on a node and its first-level children (implying self will be yielded), but from [the source file](https://github.com/gjtorikian/commonmarker/blob/55c3b03708b31f1af37a53b3312f91400594223d/lib/commonmarker/node.rb#L27) it seems that only the children are yielded.
    stellarpower authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    adf5910 View commit details
    Browse the repository at this point in the history