livecode icon indicating copy to clipboard operation
livecode copied to clipboard

`markdown::markdownExtensions()` removed.

Open davidaarmstrong opened this issue 2 years ago • 0 comments

Since version 1.4 of the markdown() package, the markdownExtensions() function has been removed. Currently, lines 332-336 of file_strem_server.r are:

        text = markdown::markdownToHTML(
          text = text,
          fragment.only = TRUE,
          extensions = markdown::markdownExtensions()
        )

davidaarmstrong avatar Feb 28 '23 12:02 davidaarmstrong