Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change text formatting #54

Closed
mccurcio opened this issue Sep 29, 2021 · 2 comments
Closed

How to change text formatting #54

mccurcio opened this issue Sep 29, 2021 · 2 comments

Comments

@mccurcio
Copy link

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
Copy link
Owner

vsoch commented Sep 29, 2021

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
Copy link
Author

You are a Gentle-Lady. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants