Sha256: c04405a36ef092cf51ccb7d0b959babcad94386a36e8db6a8c8bf4825cd56559
Contents?: true
Size: 724 Bytes
Versions: 10
Compression:
Stored size: 724 Bytes
Contents
--- layout: plugins/extension --- {%- if site.debug.compress == false -%} {{ content }} {%- else -%} {%- if content contains "<pre" -%} {%- assign content_blocks = content | split: "<pre" -%} {%- for content_block in content_blocks -%} {%- if content_block contains "</pre>" -%} {%- assign pre_blocks = content_block | split: "</pre>" -%} <pre{{ pre_blocks.first }}</pre> {{ pre_blocks.last | split: " " | join: " " -}} {%- else -%} {{- content_block | split: " " | join: " " -}} {%- endif -%} {%- endfor -%} {%- else -%} {{- content | split: " " | join: " " -}} {%- endif -%} {%- endif -%}
Version data entries
10 entries across 10 versions & 1 rubygems