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

PlantUML Support: Same behavior for live preview and read view #81

Open
schnatterer opened this issue Oct 22, 2018 · 0 comments
Open

PlantUML Support: Same behavior for live preview and read view #81

schnatterer opened this issue Oct 22, 2018 · 0 comments

Comments

@schnatterer
Copy link
Member

When clicking edit (split screen mode) the following PlantUML syntax leads to a rendered PlantUML diagram:

```uml
@startuml
Bob -> Alice : hello
@enduml
```

However, after saving (in read view) the following is rendered

image

If using the syntax without fenced code blocks:

@startuml
Bob -> Alice : hello
@enduml

it is the other way round: No rendered image in live preview but a properly rendered image in read view.

The most intuitive solution from a user perspective would be to support both syntaxes in both views, i.e.

  • With or without ```uml in both
  • live preview and read view
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

1 participant