mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-17 20:19:42 +00:00
The original implementation of NumFmt did not take into account that the options delimiter (a space) could be a valid option. Adding a delim parameter seems like the simplest, safest, and most flexible way to solve this oversight in a backwards-compatible way. Fixes #5260