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

Disable code encapsulation in <details>. #18

Closed
RokeJulianLockhart opened this issue Jun 29, 2024 · 2 comments
Closed

Disable code encapsulation in <details>. #18

RokeJulianLockhart opened this issue Jun 29, 2024 · 2 comments

Comments

@RokeJulianLockhart
Copy link

It looks dreadful:

Screenshot_20240629_140352

but would be perfect if the <pre> was merely not encapsulated inside a <details> section. Consequently, how can I disable this?

@zhaouv
Copy link
Owner

zhaouv commented Jun 29, 2024

settings.json - preview-mode - 'fenced'
the showing-picture is 'folded' mode

@RokeJulianLockhart
Copy link
Author

RokeJulianLockhart commented Jun 29, 2024

#18 (comment)

@zhaouv,

"markdown-everywhere.preview-mode": "fenced"

renders, as an example

#!/usr/bin/env sh

echo 'test'

# test time?!

mostly as I want, but not perfectly:

image

is that extra space below expected?

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