vsoch/docsy-jekyll

How to change text formatting

Closed this issue · 2 comments

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

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.

You are a Gentle-Lady. ;)