string

.string value:{String} -> String

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