Y
Hacker News
new
|
ask
|
show
|
jobs
by
tristanoneil
5165 days ago
If you're looking for more of a minimal snippet experience there's always
http://marked.cc
1 comments
tvh2k
5164 days ago
Unless you're pasting code. Check out my trivial example:
http://www.marked.cc/4f9766f05e69190001000017
link
tristanoneil
5164 days ago
It does support code snippets you just have to use fenced code blocks ala Github style.
``` x = [] ```
link