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

Add fix for #962 python code rendered as markdown #1059

Merged
merged 5 commits into from
Jan 9, 2023
Merged

Add fix for #962 python code rendered as markdown #1059

merged 5 commits into from
Jan 9, 2023

Conversation

CryoSolace
Copy link
Contributor

@CryoSolace CryoSolace commented Jan 8, 2023

Purpose

I am proposing to remove some # on some python code in order to be correctly rendered in markdown. Also, I have rearranged some of the wording to make it easier for the docs to read.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

Signed-off-by: bossenti <bossenti@posteo.de>
@bossenti
Copy link
Contributor

bossenti commented Jan 8, 2023

@CryoSolace thanks for your contribution 🙏🏼
I applied some reformatting to get the checks green but beside that it looks great.

Would be happy to see further contributions from you 🙂

@bossenti bossenti mentioned this pull request Jan 8, 2023
32 tasks
@tenthe tenthe merged commit b2f8e67 into apache:dev Jan 9, 2023
@bossenti bossenti added bug Something isn't working documentation Everything related to documentation labels Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Everything related to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example code in docs for Python code is rendered as markdown
3 participants