• Use embedded escape sequences when they maintain readability.

    var data = """
        Author | Famous Work | Biography
        Victor Hugo | Les Misérables | Born 1802\nFrench poet, novelist, dramatist\nDied 1885
        Gustave Flaubert | Madame Bovary | Born 1821\nKnown for realism and style\nDied 1880
        Marcel Proust | In Search of Lost Time | Born 1871\nMaster of introspection\nDied 1922
        George Sand | Indiana | Born 1804\nPseudonym of Amantine Dupin\nDied 1876
        """;