Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preserve trailing \n in source code by doubling it, because later we …
…will remove trailing \n in fenced_block() one example is here: https://github.com/PRQL/prqlc-r/blob/d3606f09b4efda020967c2b8518ea90a830a63e0/R/knitr-engine.R#L51 sql_code contains a trailing \n, but prql_code doesn't, so ``` sql_code ``` will generate ``` prql_code``` after substitution, which is wrong Markdown output
- Loading branch information