diff options
Diffstat (limited to 'src/test/resources/attributes.input.json')
-rw-r--r-- | src/test/resources/attributes.input.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/resources/attributes.input.json b/src/test/resources/attributes.input.json new file mode 100644 index 0000000..b367d72 --- /dev/null +++ b/src/test/resources/attributes.input.json | |||
@@ -0,0 +1 @@ | |||
{"blocks":[{"t":"CodeBlock","c":[["",["puml","centered"],[["caption","Some caption"],["lable","somelabel"]]],"@startuml\nactor Bob #red\n' The only difference between actor\n'and participant is the drawing\nparticipant Alice\nparticipant \"I have a really\\nlong name\" as L #99FF99\n/' You can also declare:\n participant L as \"I have a really\\nlong name\" #99FF99\n '/\n\nAlice->Bob: Authentication Request\nBob->Alice: Authentication Response\nBob->L: Log transaction\n@enduml"]}],"pandoc-api-version":[1,17,5,1],"meta":{"header-includes":{"t":"MetaBlocks","c":[{"t":"RawBlock","c":["latex","\\usepackage{tikz}"]}]}}} | |||