From 69bc6c2ae35883286d9c2b8cc77d5fa0a8c37351 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 26 Jul 2018 11:34:06 +0200 Subject: Kotlin rewrite, adding diagram options --- src/test/resources/attributes.input.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/test/resources/attributes.input.json (limited to 'src/test/resources/attributes.input.json') 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}"]}]}}} -- cgit v1.2.3