rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.66k stars 193 forks source link

README.md: Syntax highlighting everywhere #435

Open msabramo opened 7 years ago

msabramo commented 7 years ago

Syntax highlighting was being used in many places already. Extended it to more places.

See https://github.com/msabramo/therubyracer/blob/patch-1/README.md

ignisf commented 7 years ago

Hello @msabramo, thank you for taking the time to contribute to the project! ❤️

@cowboyd, did you specifically keep the README.md non-github-flavored?

noraj commented 5 years ago

oops, I did the same https://github.com/cowboyd/therubyracer/pull/450

@ignisf To answer your question, Fenced code blocks with an info string are part of CommonMark specs not only GFM (see https://spec.commonmark.org/0.28/#example-111).