Skip to content
Snippets Groups Projects
Verified Commit 084ed440 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 20bd93b6
No related branches found
No related tags found
No related merge requests found
Pipeline #1976 passed
......@@ -3,7 +3,7 @@ image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE
IMAGE_VER: 1.2.0
IMAGE_VER: 1.2.1
services:
- docker:19.03.1-dind
......
......@@ -55,6 +55,9 @@ __PACKAGE__->has_many(
);
__PACKAGE__->inflate_column('content', {
inflate => sub ($content) {
return $content;
},
deflate => sub ($content) {
# inline image
$content = s/!\[.*?\]\(.+?\)//gs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment