Skip to content

Imporve current orgmode highlight support

Gary Wang requested to merge garywang/syntax-highlighting:orgmode into master

Continuation of !272 (merged) and !276 (merged).

This patch added the following OrgMode syntax supports:

  • Implicit link in text: http://example.org/
  • Plain link: [[example.org]]
  • Link with description: [[kde.org][KDE Website]]
  • Macro replacement marker: {{{marker}}}

Merge request reports