tools/pandoc-ditaa-inline/examples/example.markdown in revealing-1.5.0 vs tools/pandoc-ditaa-inline/examples/example.markdown in revealing-1.6.0

- old
+ new

@@ -4,10 +4,18 @@ +-----+ +-----+ | A |-->| B | +-----+ +-----+ ``` -As you can see, ditaa renders that quite pretty. It's turned into an embedded SVG. +The `scale` attribute can be set so that the generated image is scaled by this factor. This requires the use of [fenced code attributes](https://pandoc.org/MANUAL.html#extension-fenced_code_attributes), where the class is written as `.ditaa`. + +This is the same image as before, but scaled by factor `1.5`: + +```{.ditaa scale=1.5} ++-----+ +-----+ +| A |-->| B | ++-----+ +-----+ +``` Other blocks are left untouched: ```ruby puts "olleH".reverse