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

Creole strikeout for complete message text is not rendered #1574

Closed
JuergenHaug opened this issue Oct 12, 2023 · 4 comments
Closed

Creole strikeout for complete message text is not rendered #1574

JuergenHaug opened this issue Oct 12, 2023 · 4 comments
Labels

Comments

@JuergenHaug
Copy link

Describe the bug
Alice -> Bob : --stricken-out-- is rendered correctly, where Alice -> Bob : --strickenout-- is not

To Reproduce
https://www.plantuml.com/plantuml/uml/SoWkIImgAStDuNBCoKnELT2rKt3AJrAmKj3LBIufoapEJitJpIyjqTN5BK-Cj499QaK9bqDgNWhGAW00

@startuml
Alice -> Bob : --stricken-out--
Alice -> Bob : --strickenout--
Alice -> Bob : --strickenout-- text
@enduml

@swmatisa
Copy link

swmatisa commented Oct 12, 2023 via email

@JuergenHaug
Copy link
Author

Thx, that works

@The-Lum
Copy link
Collaborator

The-Lum commented Oct 12, 2023

Hi all,

Just for the record, it is due to --title-- is for horizontal line title, see:

@startuml
title Horizontal line title test
Alice -> Bob : --notstrickenout--
Alice -> Bob : --not stricken out--
Alice -> Bob : --not stricken out--\n""                        ""
Alice -> Bob : ==horizontal line title==
Alice -> Bob : ==horizontal line title==\n""                        ""
@enduml

Regards,
Th.

@The-Lum
Copy link
Collaborator

The-Lum commented Apr 21, 2024

Hi all,

[This is an Issue Review] 👀
This is now answered.

  • Thanks @JuergenHaug for the report.
  • Thanks @swmatisa for your answer.
  • Thanks PlantUML team for your work.

Regards.

@The-Lum The-Lum closed this as completed Apr 21, 2024
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

3 participants