comparison pages/menu/bugs.md @ 227:9057b6832c9a

Improve syntax highlight with fenced markup.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 29 Sep 2020 13:18:39 +0900
parents 6de5c7dcc43f
children 89b5fed6fc99
comparison
equal deleted inserted replaced
226:eb7a3afdad8b 227:9057b6832c9a
37 <p></p> 37 <p></p>
38 38
39 3. **Missing function in Octave** 39 3. **Missing function in Octave**
40 40
41 - If the function is 41 - If the function is
42 [part of some Octave Forge package]({{ site.sourceforge_url }}/functions_by_alpha.php), 42 [part of an Octave package]({{ site.sourceforge_url }}/functions_by_alpha.php),
43 this is **not** a bug. 43 this is **not** a bug.
44 - If the function **exists in Matlab**, 44 - If the function **exists in Matlab**,
45 but **not in core Octave** and **not in Octave Forge packages**, 45 but **not in core Octave** and **not in an Octave package**,
46 that is a bug. 46 that is a bug.
47 47
48 <p></p> 48 <p></p>
49 49
50 It might take several months or years until for new features to become part 50 It might take several months or years until for new features to become part