mirror of
https://github.com/go-task/task.git
synced 2026-07-01 08:34:19 +00:00
The inline `{{join " " .WORDS}}` example was parsed as a Vue
interpolation, which broke the website build. Wrap it in <span v-pre>
so it renders literally, matching the existing escaped example in the
same file.