Skip to content

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