From 233c346c4af51371cb4744be5e1c9798d2fcac02 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 15 Nov 2019 19:14:11 +0300 Subject: . --- src/markdown.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/markdown.hpp') 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: -- cgit v1.2.3