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

Code blocks should returned as <p> #8

Closed
aliuk2012 opened this issue Aug 3, 2023 · 1 comment · Fixed by #15
Closed

Code blocks should returned as <p> #8

aliuk2012 opened this issue Aug 3, 2023 · 1 comment · Fixed by #15

Comments

@aliuk2012
Copy link
Contributor

# using `code`

or

# using ```code``` 

Should return unstyle with <p> wrapped around.

@DavidBiddle DavidBiddle linked a pull request Sep 8, 2023 that will close this issue
@DavidBiddle
Copy link
Contributor

Should be resolved in #15.

Single backticks `` are inline quotes, so they shouldn't render in paragraph tags - we should just return the content as normal text.

I think having disable_indented_code_blocks: true and fenced_code_blocks: false settings prevents block code rendering.

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

Successfully merging a pull request may close this issue.

2 participants