Parses a string and replace embedded code (code between at least 3 '-') with plaintext.
A string that might contain embedded code. Only code will be modified. If the string doesn't contain any embedded code, it will be returned as is.
A (possibly new) string containing the embedded code inside D_CODE macros.
See Implementation
Parses a string and replace embedded code (code between at least 3 '-') with plaintext.