deltachat-bot / bot-pages

Source of bots.delta.chat
https://bots.delta.chat
GNU General Public License v3.0
3 stars 0 forks source link

added syntax highlighting for code blocks #19

Closed lefherz closed 4 years ago

lefherz commented 4 years ago

related to #2

lefherz commented 4 years ago

Jekyll already supports syntax highlighting according to different languages: https://stackoverflow.com/a/9366913

I copy-pasted css from this answer: https://stackoverflow.com/a/27397299

The preview is available here: https://staging.bots.delta.chat/19/development.html

Unfortunately the mobile view still needs some overflow-x magic.

lefherz commented 4 years ago

The mobile view needs even more work I think, because this branch is based on master, and not on mobile-css. We need to merge #16 before I can continue working on this, I think.

lefherz commented 4 years ago

Okay, now that #16 is merged, I rebased on master. Let's see how this looks like now.

lefherz commented 4 years ago

I think it looks great :) see https://staging.bots.delta.chat/19/development.html