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

New Feature: Support Codeblock inside details/summary tag #2899

Closed
HYChou0515 opened this issue Oct 9, 2019 · 1 comment
Closed

New Feature: Support Codeblock inside details/summary tag #2899

HYChou0515 opened this issue Oct 9, 2019 · 1 comment

Comments

@HYChou0515
Copy link

Code block inside a details/summary tag need extra empty lines to make it work.

my code with empty lines
echo hello

Or it will not generate a code block

my code with empty lines ```shell echo hello ```

However,

@abnerlee in #399 (comment)
it is now supported. Not no empty line inside the HTML Block is allowed.

It would be super great if Typora support such feature.

@abnerlee
Copy link
Contributor

abnerlee commented Oct 9, 2019

will be covered by #1939

@abnerlee abnerlee closed this as completed Oct 9, 2019
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