File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
app/views/components/markdown Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ gem "sitepress-rails" # Static site generator for Rails [https://sitepress.cc/ge
43
43
gem "phlex" , "2.0.0.rc1" # An object-oriented view layer. [https://github.com/phlex-ruby/phlex]
44
44
gem "phlex-rails" , "2.0.0.rc1" # Rails integration for Phlex [https://github.com/phlex-ruby/phlex-rails]
45
45
46
- gem "commonmarker" , "< 2" , require : false
46
+ gem "commonmarker" , require : false
47
47
gem "invisible_captcha" # Unobtrusive and flexible spam protection for Rails apps [https://github.com/markets/invisible_captcha]
48
48
gem "color_conversion" # A ruby gem to perform color conversions [https://github.com/devrieda/color_conversion]
49
49
gem "meta-tags" # Search Engine Optimization (SEO) for Ruby on Rails applications. [https://github.com/kpumuk/meta-tags]
Original file line number Diff line number Diff line change 144
144
code_analyzer (0.5.5 )
145
145
sexp_processor
146
146
color_conversion (0.1.2 )
147
- commonmarker (1.1.5 -arm64-darwin )
148
- commonmarker (1.1.5 -x86_64-linux )
147
+ commonmarker (2.0.1 -arm64-darwin )
148
+ commonmarker (2.0.1 -x86_64-linux )
149
149
concurrent-ruby (1.3.4 )
150
150
connection_pool (2.4.1 )
151
151
crack (1.0.0 )
@@ -631,7 +631,7 @@ DEPENDENCIES
631
631
bundle-audit
632
632
capybara
633
633
color_conversion
634
- commonmarker ( < 2 )
634
+ commonmarker
635
635
css_parser
636
636
cuprite
637
637
debug
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ def visit(node)
91
91
html_inline ( node . to_html ( options : @options ) )
92
92
in :strikethrough
93
93
s { visit_children ( node ) }
94
+ in :escaped
95
+ visit_children ( node )
94
96
end
95
97
end
96
98
You can’t perform that action at this time.
0 commit comments