Skip to content

Commit 96b12c6

Browse files
committed
Create Markdown::Safe component for user-generated markdown
1 parent 6b4f9c2 commit 96b12c6

File tree

1 file changed

+2
-0
lines changed
  • app/views/components/markdown

1 file changed

+2
-0
lines changed

app/views/components/markdown/safe.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
class Markdown::Safe < Markdown::Base
2+
end

0 commit comments

Comments
 (0)