Topics

nobreak modifier

The nobreak modifer converts all regular spaces in the passed string into non-breaking spaces ( )

{"string with spaces"|nobreak}

would be returned as string_with_spaces

Loading Help