/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/source/_plugins/custom_block.rb
14 строк
328 B
Ashwin Maroli
Revert "Normalize line-endings in test plugins"
02 мар 2023, 10:24
02 мар 2023, 10:24
052f1bd
Код
Авторство
О чём код?
# frozen_string_literal: true # For testing excerpt handling of custom tags module Jekyll class DoNothingBlock < Liquid::Block end class DoNothingOther < Liquid::Tag end end Liquid::Template.register_tag("do_nothing", Jekyll::DoNothingBlock) Liquid::Template.register_tag("do_nothing_other", Jekyll::DoNothingOther)