summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Anderson <twocs@users.noreply.github.com>2015-10-31 22:43:43 +1030
committerTom Anderson <twocs@users.noreply.github.com>2015-10-31 22:43:43 +1030
commit1bd371bcda266c594ab4a4be9868db32a157c296 (patch)
tree643ab629cbf558c66c6b80ca661c4760004466ab
parente56bc6cbca1058f61f2fb7247888eb52068cb63d (diff)
Add section heading info
Give information about using comments for code sections
-rw-r--r--matlab.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/matlab.html.markdown b/matlab.html.markdown
index 9d78978e..25f762bb 100644
--- a/matlab.html.markdown
+++ b/matlab.html.markdown
@@ -15,6 +15,7 @@ If you have any feedback please feel free to reach me at
[osvaldo.t.mendoza@gmail.com](mailto:osvaldo.t.mendoza@gmail.com).
```matlab
+%% Code sections start with two percent signs. Section titles go on the same line.
% Comments start with a percent sign.
%{