C multiline string

Another example of rich text authoring.

Input (editable):

char *str = The best-known English pangram is "The quick brown fox 
jumps over the lazy dog";

Result:

char *str = "The best-known English pangram is \"The quick brown fox \njumps over the lazy dog\"";

Implementation: