jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)

Home Page:http://jakiestfu.github.io/Medium.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does medium do syntax highlighting ?

jmls opened this issue · comments

commented

This may be a real dumb-ass question .. but .. All I am wanting to do is to allow a user to enter html code in a textarea and have the code syntax-highlighted

I am trying to avoid big libraries like codemirror and ace, and was wondering if it would be possible using medium ?

thanks ..

No dumb questions. I think that codemirror would be more ideal in that scenario, where it is specifically a syntax highlighter, and we are more gui/contenteditable oriented.

commented

thanks for the pointers, appreciate it ;) /me goes off to play with codemirror ..