8000 refactored Markdown class to use traits by cebe · Pull Request #67 · cebe/markdown · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactored Markdown class to use traits #67

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
merged 7 commits into from
Oct 10, 2014
Merged

refactored Markdown class to use traits #67

merged 7 commits into from
Oct 10, 2014

Conversation

cebe
Copy link
Owner
@cebe cebe commented Oct 7, 2014

all markdown features are now in a trait so composing new markdown
flavors is as simple as adding traits to the class.

Additionally this adds an abstract syntax tree.

This should enable the following things:

all markdown features are now in a trait so composing new markdown
flavors is as simple as adding traits to the class
@josegonzalez
Copy link

+1 :)

// protected function identifyLine($lines, $current)
// {
// return 'paragraph';
// }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, I am not finished with this :)

@cebe cebe added this to the 1.0 milestone Oct 7, 2014
cebe added a commit that referenced this pull request Oct 10, 2014
refactored Markdown class to use traits
@cebe cebe merged commit 4c84af6 into master Oct 10, 2014
@cebe cebe deleted the trait-refactoring branch October 10, 2014 00:58
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.

Problem with lists and indented references
2 participants
0