summaryrefslogtreecommitdiff
path: root/src/markdown.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/markdown.hpp')
-rw-r--r--src/markdown.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/markdown.hpp b/src/markdown.hpp
index d8af037..6d9919d 100644
--- a/src/markdown.hpp
+++ b/src/markdown.hpp
@@ -28,8 +28,9 @@ public:
bool Link(const ScriptVariable & link, const ScriptVariable & title);
bool Link();
- bool PutImage(const ScriptVariable & src, const ScriptVariable & alt,
- const ScriptVariable & title);
+ bool PutImage(const ScriptVariable & src,
+ const ScriptVariable & alt,
+ const ScriptVariable & title);
bool PutHorizontalRule();
private: