RubyGems Navigation menu

jekyll_html_truncatewords 0.1.2

A Jekyll filter to truncate HTML to a specified number of words. The Liquid truncatewords filter can't operate on HTML because it isn't aware of tags. But Jekyll blog posts usually contain HTML, so this makes it difficult to, for example, use the first 50 words of a blog post as the preview. jekyll_html_truncatewords solves that problem. It works the same as truncatewords, but it is aware of HTML tags so it counts words correctly within HTML and won't break HTML.

Gemfile:
=

安裝:
=

版本列表:

  1. 0.1.2 - January 24, 2021 (8.5 KB)
  2. 0.1.1 - January 24, 2021 (8.5 KB)
  3. 0.1.0 - December 12, 2020 (8.5 KB)

Runtime 相依性套件 (2):

liquid >= 0
nokogiri >= 0

擁有者:

推送者:

作者:

  • Mike Kasberg

SHA 256 總和檢查碼:

=

總下載次數 5,952

這個版本 3,276

版本发布:

授權:

MIT

Ruby 版本需求: >= 2.5.0

相關連結: