diff options
author | Tom Anderson <twocs@users.noreply.github.com> | 2015-10-31 22:43:43 +1030 |
---|---|---|
committer | Tom Anderson <twocs@users.noreply.github.com> | 2015-10-31 22:43:43 +1030 |
commit | 1bd371bcda266c594ab4a4be9868db32a157c296 (patch) | |
tree | 643ab629cbf558c66c6b80ca661c4760004466ab /matlab.html.markdown | |
parent | e56bc6cbca1058f61f2fb7247888eb52068cb63d (diff) |
Add section heading info
Give information about using comments for code sections
Diffstat (limited to 'matlab.html.markdown')
-rw-r--r-- | matlab.html.markdown | 1 |
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. %{ |