diff options
author | Spurlow <Spurlow@users.noreply.github.com> | 2015-11-02 19:00:46 +0800 |
---|---|---|
committer | Spurlow <Spurlow@users.noreply.github.com> | 2015-11-02 19:00:46 +0800 |
commit | 4c9b36eae6016fad4c8ce1ee48365d2a86cc38f3 (patch) | |
tree | 581fd62af7eaf273e3166d060ed607b3f1c35aef /matlab.html.markdown | |
parent | 51db840c79b3006ba04c0492e2f9408c305b0f0d (diff) | |
parent | 1bd371bcda266c594ab4a4be9868db32a157c296 (diff) |
Merge pull request #1945 from twocs/matlab-code-sections
Add section heading info (MATLAB)
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. %{ |