feat: array_to_sentence_string and number_of_words filters from Jekyll, #443

This commit is contained in:
Yang Jun
2024-05-13 00:38:52 +08:00
committed by Jun Yang
parent b12eb8ab4b
commit 50253a98ca
9 changed files with 303 additions and 10 deletions
+2
View File
@@ -29,6 +29,7 @@ filters:
overview: overview.html
abs: abs.html
append: append.html
array_to_sentence_string: array_to_sentence_string.html
at_least: at_least.html
at_most: at_most.html
capitalize: capitalize.html
@@ -63,6 +64,7 @@ filters:
modulo: modulo.html
newline_to_br: newline_to_br.html
normalize_whitespace: normalize_whitespace.html
number_of_words: number_of_words.html
plus: plus.html
pop: pop.html
push: push.html