Skip to main content

All Questions

Tagged with
1 vote
0 answers
70 views

Use image attributes with plantuml and github_markdown

Is there a way to use link_attributes and filters with markdown_github? Consider the following minimal example: ```{ .plantuml height=0.2cm} Alice -> Bob: Authentication Request Bob --> Alice: ...
Sir l33tname's user avatar
  • 4,230
0 votes
1 answer
498 views

VScode (Code-OSS) can't display plantUML - can't find sprite library awslib

I am in Archlinux and I have installed plantuml and VSCode. In VSCode I try to use the following Markdown code: @startuml !include <awslib/AWSCommon> !include <awslib/AWSSimplified.puml> !...
azbarcea's user avatar
  • 3,554
0 votes
0 answers
76 views

markdown with plantuml transformed by maven site plugin

I use maven site plugin to create my sites (of course). Since short I moved to markdown, which is very easy, just write xxx.md files in folder markdown. Now I started using plantuml and want to ...
user2609605's user avatar
-1 votes
2 answers
464 views

Script to generate Markdown files with embedded PlantUML diagrams for GitLab's PlantUML renderer

I am setting up a repository to store software documentation consisting of several documents which are written in Markdown, and I want to be able to embed PlantUML diagrams in them. The repository is ...
pcba-dev's user avatar
  • 722
1 vote
0 answers
546 views

Create an executable command in markdown (.md)

I need to have a link in my markdown file that executes a command whenever It's been clicked which would export an image on a directory. The command is: plantuml -tsvg FILENAME I wrote a PlantUML ...
Kaen's user avatar
  • 13
0 votes
0 answers
333 views

Generating Graphs like plantuml or mermaid from markdown?

I want to create graphs like this, as best in the style we see in the pictures. Every Node should contain a link to another page. How can I achieve this? Esp. with the nice style. I have tried to do ...
Martin Heß's user avatar
4 votes
0 answers
362 views

Is there "!include" directive in mermaid files like in plantuml

I use plantuml for describing class diagrams and I have a number of *.puml files (each for a specific class or set of classes), then I make a single overview file where I include all puml files, like: ...
Serhiy's user avatar
  • 1,382
3 votes
1 answer
7k views

How to have a box include a group in PlantUML?

I am using PlantUML in Markdown for some sequence diagrams, and I would like to be able to group participants accordingly. In my sequence diagrams, I make use of the alt grouping keyword to ...
Johnny's user avatar
  • 350
11 votes
1 answer
10k views

Inline comment in PlantUML

Is it possible to write an inline comment in the PlantUML (Markdown format)? For example, I would like to achieve the following result @startuml participant Alice as A participant Bob as B ...
41 72 6c's user avatar
  • 1,710
0 votes
0 answers
2k views

way to show plantuml diagram on markdown viewer of visual studio code

I know way to write plantuml on markdown using vs code. But plantuml diagram doesn't appear on markdown viewer... On the other hand, Plantuml viewer is working very much and markdown viewer also... ...
Jun Takeshita's user avatar
15 votes
9 answers
39k views

Using plantuml within a markdown document

At the moment I am trying to make a presentation using markdown. In order to include an UML diagram I want to use PlantUML. The code is written in the document below. I am of the understanding, that ...
Heijne's user avatar
  • 153
1 vote
1 answer
253 views

About anonymized image URLs in GitHUB [duplicate]

Working on how to present UML diagrams written in plain text with PlantUML, and to be able to visualize them correctly from a Markdown file, I have found an interesting way to display the diagram and ...
Santi's user avatar
  • 501
1 vote
1 answer
261 views

How can i underline as apecific field in a graphviz record

Referring to How to underline text as part of a label? where underlining is explained. Is ist possible to combine underlining with column-layout? digraph g { graph [ rankdir = "LR"]; node [ ...
Ludwig Fuhr's user avatar
1 vote
1 answer
744 views

How to save HTML file rendered from markdown with PlantUML diagrams with IntelliJ IDEA?

Here is what I want to do with IntelliJ: 1. Edit markdown with some PlantUML diagrams while checking rendered preview image 2. Save the result of 1 as rendered HTML file. I can do 1 with PlantUML ...
toshikazut's user avatar
3 votes
1 answer
3k views

How to include plantuml diagram within a single markdown file?

I have a single markdown file that looks something like this: @startuml Participants actor Alice participant Bob participant Charlie hide unlinked @enduml @startuml Diagram '!include Participants ...
Rich's user avatar
  • 1,185

15 30 50 per page