vsoch / docsy-jekyll

A Jekyll version of the beautiful Docsy!
https://vsoch.github.io/docsy-jekyll/
Apache License 2.0
199 stars 142 forks source link

How to change text formatting #54

Closed mccurcio closed 3 years ago

mccurcio commented 3 years ago

Greetings V, I am trying to change the text formatting after code snippets are shown. I am using Python and would like to show the code result just below it. I know some put '#' hashes in front of the result in the code block but I would like to show RIGHT below. Where is the CSS for that aspect? Can you help?

Let's try this pic

TY

vsoch commented 3 years ago

For any css element you can right click on the browser window -> inspect and then click on elements to see the exact style, and even add new styles dynamically to test out your ideas. That block in the browser shows the exact files and line numbers. For code blocks I would look out for code and pre.

mccurcio commented 3 years ago

You are a Gentle-Lady. ;)