Add image viewing in blog entries
This commit is contained in:
parent
7a8fb3449d
commit
a0f93ae9c3
5 changed files with 55 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ renderer.image = (href, title, text) => {
|
|||
{
|
||||
out += ' title="' + text + '"';
|
||||
}
|
||||
out += '/>';
|
||||
out += ' onclick="open_image(\'' + href + '\')" />';
|
||||
return out;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue