Sha256: 9a64c1a39575167073235dff958c359cfa35bb0b5abf975b8af4db26eff42946
Contents?: true
Size: 902 Bytes
Versions: 20
Compression:
Stored size: 902 Bytes
Contents
@block_quote_fill_color = @color_circle_background @block_quote_frame_color = @color_circle_color @block_quote_frame_width = 4 @block_quote_open_quote_image = @color_circle_open_quote_image @block_quote_close_quote_image = @color_circle_close_quote_image include_theme("default-block-quote") block_quote = [Slide, Body, BlockQuote] item_list_item = [ItemList, ItemListItem] match(*(block_quote + (item_list_item * 1))) do |items| compute_mark_space = Proc.new do |mark_width| mark_width * 0.3 end compute_indent_width = Proc.new do |mark_width, mark_space| mark_width + mark_space end setup_default_item_mark(items, "block-quote-item1", 4, 4, (3 / 4.0), @color_circle_color, "mark_space" => compute_mark_space, "indent_width" => compute_indent_width, "type" => "circle") end
Version data entries
20 entries across 20 versions & 1 rubygems