File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ defmodule Mudbrick do
39
39
...> |> render() # produce iodata, ready for File.write/2
40
40
...> |> then(&File.write("examples/compression_font_special_chars.pdf", &1))
41
41
42
- Produces this:
42
+ Produces [ this](examples/compression_font_special_chars.pdf).
43
43
44
44
<object width="400" height="215" data="examples/compression_font_special_chars.pdf?#navpanes=0" type="application/pdf"></object>
45
45
"""
@@ -267,7 +267,7 @@ defmodule Mudbrick do
267
267
...> |> render()
268
268
...> |> then(&File.write("examples/drawing.pdf", &1))
269
269
270
- Produces this:
270
+ Produces [ this drawing](examples/drawing.pdf).
271
271
272
272
<object width="400" height="215" data="examples/drawing.pdf?#navpanes=0" type="application/pdf"></object>
273
273
"""
You can’t perform that action at this time.
0 commit comments