Skip to content

Minor change #1

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

Merged
1 commit merged into from
Dec 12, 2010
Merged

Minor change #1

1 commit merged into from
Dec 12, 2010

Conversation

davidchambers
Copy link
Contributor

Hi Waylan,

It'd be nice to be able to chain calls…

md.reset().convert(text)

Rather than…

md.reset()
md.convert(text)

Can you imagine any of the updated methods needing to return something in the future? If not, how do you feel about pulling this changeset?

Cheers,

David

…litate chaining, e.g. `md.reset().convert(text)`.
@waylan
Copy link
Member

waylan commented Dec 12, 2010

Thanks David. Your change has been applied.

@davidchambers
Copy link
Contributor Author

Great! Thanks, Waylan.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants