diff options
| -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.  %{ | 
