LaxarJS / laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets
MIT License
5 stars 2 forks source link

documentation: fix typo in README.md #41

Closed x1B closed 9 years ago

x1B commented 9 years ago

The README.md contains a Markdown syntax error.

x1B commented 9 years ago

There is on superfluous underscore after pattern families.

alex3683 commented 9 years ago

Hm, to me it seems the underscore is fine there. I would only move it in front of the dot.

Looking and the error thrown by the markdown display widget ("TypeError: undefined is not a valid argument for URI"), it has more likely something to do with the links inside of the document. github and the Markdown Preview Plugin for Google Chrome throw no error. Most probably this is just some shortcoming in the marked library used by the markdown display widget.

EDIT: Seems marked fails to parse relative links. As soon as I remove [docs](docs/index.md), the markdown is rendered as HTML.

alex3683 commented 9 years ago

Ticket marked as invalid. There is no syntactical error, but there seems to be a bug in marked regarding relative links,