Skip to content

Commit c196167

Browse files
committed
Remove figure from markdown for now
1 parent 9ad5c01 commit c196167

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/views/components/markdown/allows_erb.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ def visit(node)
2222
else
2323
super
2424
end
25-
in :image
26-
figure(class: "figure") do
27-
img(
28-
src: node.url,
29-
alt: node.each.first.string_content,
30-
title: node.title
31-
)
32-
end
3325
else
3426
super
3527
end

0 commit comments

Comments
 (0)