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

[markdown] can't comment out #2054

Open
bo-ku-ra opened this issue Aug 11, 2024 · 1 comment
Open

[markdown] can't comment out #2054

bo-ku-ra opened this issue Aug 11, 2024 · 1 comment

Comments

@bo-ku-ra
Copy link
Contributor

ok: |md
  ok
  ***
  
  comment out
  <!--
  ***
  -->
|

https://play.d2lang.com/?script=4uXKz7aqAZG8XFpaWrxcvFzJ-bm5qXklCvmlJbxcNoq6ulAZXV07Xq4aXi5AAAAA__8%3D&

ng: |md
  ng
  ---
  
  can't comment out
  <!--
  ---
  -->
|

https://play.d2lang.com/?script=yku3UqjJTeHlUlDISweRurq6IAqEkxPz1EsUkvNzc1PzShTyS0tAgjaKEAW6MMqOl6uGCxAAAP__&

@stappersg
Copy link

yeah: |md

  ---

  Double hyphens in markdown comment are tricky, avoid them.
  <!--
  - - -

  - ever more comment -

  - - -

  -->
|

https://play.d2lang.com/?script=PIxRCgIxEEP_5xTx3_EAIn55kboNtKzTkbGuFPbwsqKSn0Dy3mAqR6yWBRBAVUWAiz-vN6KMe2F7oDZYijn7q2FyM7aOFESPOs1jj7R4zeiFdhDgtFPdVFvkU7gwYB7809_h99CzrPIOAAD__w%3D%3D&

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants