Skip to content

Commit d74d2c8

Browse files
committed
Link to example PDFs, for mobile users.
1 parent 3d59739 commit d74d2c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mudbrick.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule Mudbrick do
3939
...> |> render() # produce iodata, ready for File.write/2
4040
...> |> then(&File.write("examples/compression_font_special_chars.pdf", &1))
4141
42-
Produces this:
42+
Produces [this](examples/compression_font_special_chars.pdf).
4343
4444
<object width="400" height="215" data="examples/compression_font_special_chars.pdf?#navpanes=0" type="application/pdf"></object>
4545
"""
@@ -267,7 +267,7 @@ defmodule Mudbrick do
267267
...> |> render()
268268
...> |> then(&File.write("examples/drawing.pdf", &1))
269269
270-
Produces this:
270+
Produces [this drawing](examples/drawing.pdf).
271271
272272
<object width="400" height="215" data="examples/drawing.pdf?#navpanes=0" type="application/pdf"></object>
273273
"""

0 commit comments

Comments
 (0)