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

underlined markdown doesn't work #1959

Open
alixander opened this issue Jun 1, 2024 · 2 comments
Open

underlined markdown doesn't work #1959

alixander opened this issue Jun 1, 2024 · 2 comments
Labels
good first issue Good for newcomers improvement Something can be better markdown

Comments

@alixander
Copy link
Collaborator

style.bold and style.italic make sense to do nothing since markdown syntax controls those. But markdown has no syntax for underline. So style.underline should still work for markdown

Screenshot 2024-05-31 at 8 46 51 PM
underlined: |md
  Kubernetes Integrations
| {
  style.underline: true
}
@alixander alixander added good first issue Good for newcomers improvement Something can be better markdown labels Jun 1, 2024
@bo-ku-ra
Copy link
Contributor

bo-ku-ra commented Jun 2, 2024

in Double Byte Character, bold is also not working.
https://play.d2lang.com/?l=&script=Ks1LSS3KycxLTbFSqMlN4VJQsCm18y5NSi3KSy1JLVbwzCtJTS9KLMnMzyu20S-1U1AAKcnMK8atCCQJVhYfDzc9Ph4q8rixCcrW0nrc2KSlBTEwye5xY5ONfpIdVw0XIAAA__8%3D&

underlined: |md
  <u>Kubernetes Integrations</u>  
  <ins>Kubernetes Integrations</ins>  
  __underline__  
  __あ__  
  **あ**  
  <b>あ</b>
|
|```

@alixander
Copy link
Collaborator Author

oh, hans characters bold not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers improvement Something can be better markdown
Projects
Status: No status
Development

No branches or pull requests

2 participants