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

<detail> element rendering problem #65

Closed
PassionPenguin opened this issue Mar 21, 2021 · 8 comments
Closed

<detail> element rendering problem #65

PassionPenguin opened this issue Mar 21, 2021 · 8 comments
Labels

Comments

@PassionPenguin
Copy link
Contributor

Screenshot 2021-03-22 at 1 23 46 AM

well it should be a valid element in markdown.. but it seems like rendering the tag in editor is a problem...

and it will stop all the markdown code after it from rendering:

Screenshot 2021-03-22 at 1 25 45 AM

@pd4d10
Copy link
Owner

pd4d10 commented Mar 22, 2021

Could you please provide your code snippet as text?

@PassionPenguin
Copy link
Contributor Author

PassionPenguin commented Mar 22, 2021

Could you please provide your code snippet as text?

since markdown will automatically parse the code in ```, i simply transform them into a single line of comment

<details>
<summary>HTML <small>(PUG)</small></summary>

<!-- any code, need to be a fenced one -->

</details>

@pd4d10
Copy link
Owner

pd4d10 commented Mar 22, 2021

It works as expected.

image

@PassionPenguin
Copy link
Contributor Author

It works as expected.

image

well it seems to be the problem of pug code...

.rainbow
  - let b = 0
  while b < 7
    .rainbow__band(style=\`--index: ${b};\`)
    -- b++

@pd4d10
Copy link
Owner

pd4d10 commented Apr 2, 2021

Do you mean the syntax highlight is not correct in the edit area?

@PassionPenguin
Copy link
Contributor Author

Do you mean the syntax highlight is not correct in the edit area?

not only the code is affected, but all the content below the code block will not be highlighted

@github-actions
Copy link
Contributor

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Mar 27, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2022

This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as completed Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants