Skip to content

Conversation

@pcj
Copy link
Contributor

@pcj pcj commented Sep 22, 2015

Adds support for introspection on the delimiter character and length for
inline elements emphasis (italic), strong emphasis (bold), and
strikethrough nodes. New interface 'Delimited' can be implemented by
other custom node classes with similar behaviour.

pcj added 3 commits September 22, 2015 11:06
- An abstract node 'Reference' that captures the link label, title,
  description attributes for subclasses Link, Image, AutoLink.
- AutoLink node class that allows Visitor to differentiate between
  inline links and <autolink> types.
- Support in the InlineParserImpl to capture the association between
  links and link reference definitions.
- static Debugging functions
inline elements emphasis (italic), strong emphasis (bold), and
strikethrough nodes.  New interface 'Delimited' can be implemented by
other custom node classes with similar behaviour.
@pcj
Copy link
Contributor Author

pcj commented Sep 22, 2015

Strange fails only on java8. @robinst can you check this? I'm still on java7 and would rather not change at the moment.

@robinst
Copy link
Collaborator

robinst commented Sep 24, 2015

Looks like the branch also includes the changes for #20. I'll just review the single commit for now.

@robinst
Copy link
Collaborator

robinst commented Feb 4, 2016

@pcj I've separated the commit for delimiter introspection from the others and implemented my suggestion on top, see pull request #36. Closing this one.

@robinst robinst closed this Feb 4, 2016
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