string
.string value:{String} -> <Error class: unknown class>Content copied to clipboard
Creates a string.
If value is delimited by " characters, they are removed and the wrapped string is not trimmed, as opposed to what usually happens through Quarkdown's parser.
Example: " Hello, World! " ->Hello, World!
Return
a new string value
Parameters
value
string to wrap