Bug 559037 - Support bare hyperlinks (without delimiters) in markdown

Implemented hyperlink detection for markdown, which has to be
enabled by passing "true" to the MarkdownLanguage constructor.

The feature uses a heuristic to detect (already escaped) URLs and turn
them into links in the output.

Change-Id: I5a90da0a5afa8cac86948386a76d5d6db13956df
Signed-off-by: Max Bureck <max.bureck@fokus.fraunhofer.de>
3 files changed
tree: 2420eb1e4b0eebb42135ed7763fe82a8ae096d73
  1. docs/
  2. epub/
  3. wikitext/
  4. .gitignore
  5. CONTRIBUTING.txt
  6. docs-pom.xml
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

org.eclipse.mylyn.docs

Developer resources:

Information regarding source code management, builds, coding standards, and more.