We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87aa7e0 commit 8d1e5feCopy full SHA for 8d1e5fe
jacow.typ
@@ -129,7 +129,7 @@
129
if body.has("text") {
130
let txt = body.text //lower(body.text)
131
let words = ()
132
- if (not is-segment){ words += txt.matches(regex("^()(\\w+)")) } // first word
+ if (not is-segment) { words += txt.matches(regex("^()(\\w+)")) } // first word
133
words += txt.matches(regex("([.:;?!]\s+)(\\w+)")) // words after punctuation
134
words += txt.matches(regex("()(\\w{4,})")) // words with 4+ letters
135
for m in words {
tests/headings/ref/1.png
57 KB
0 commit comments