I noticed that I can’t suppress output using a semicolon when creating a document using Weave. For example:
#' Test Weave's handling of output suppression via ;
c = rand();
#' should show no output.
Here’s what the HTML looks like:
How can I suppress output?