lib/rouge/themes/github.rb in rouge-4.2.1 vs lib/rouge/themes/github.rb in rouge-4.3.0
- old
+ new
@@ -109,9 +109,10 @@
style Literal::String::Regex,
Name::Attribute,
Name::Tag, :fg => :tag
style Generic::Inserted, :fg => :fgInserted, :bg => :bgInserted
+ style Generic::EmphStrong, :italic => true, :bold => true
style Keyword::Constant,
Literal,
Literal::String::Backtick,
Name::Builtin::Pseudo,