11.10.2.1 Использование разметки публикации в скриптовых файлах
Для использования разметки публикации, начните с ввода ‘##’ или ‘%%’ в начале новой строки. Для совместимости с MATLAB ‘%%%’ обрабатывается так же, как ‘%%’.
Строки, следующие за ‘##’ или ‘%%’, начинаются с одного из ‘#’ или ‘%’, за которым следует хотя бы один пробел. Эти строки интерпретируются как раздел. Раздел заканчивается на первой строке, не начинающейся с ‘#’ или ‘%’, или при достижении конца документа.
Раздел, начинающийся в первой строке документа, за которым следует еще один раздел, который может быть пустым, интерпретируется как заголовок и вводный текст документа.
См. пример ниже для ясности:
%% Headline title % % Some *bold*, _italic_, or |monospaced| Text with % a <https://www.octave.org link to GNU Octave>. %% # "Real" Octave commands to be evaluated sombrero () ## Octave comment style supported as well # # * Bulleted list item 1 # * Bulleted list item 2 # # # Numbered list item 1 # # Numbered list item 2
© 1996–2022 The Octave Project Developers
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
https://docs.octave.org/v5.2.0/Using-Publishing-Markup-in-Script-Files.html