org-mode/testing/examples/org-exp.org

297 B

a collection of examples for export tests

stripping commas from within blocks on export

The following commas should not be removed.

  a <- c(1
         , 2
         , 3)