jleechpe / erc-gitter

ERC module for Gitter (irc.gitter.im)
15 stars 1 forks source link

Mardown hightlighting #4

Closed Malabarba closed 9 years ago

Malabarba commented 9 years ago

I remember you mentioned this, so I thought this might help:

(with-temp-buffer
  (insert text)
  (markdown-mode)
  (font-lock-fontify-region (point-min) (point-max))
  (buffer-string))
jleechpe commented 9 years ago

Provided by: 1a955ccbe3

Code blocks will not be formatted due to line-by-line input.