标准格式:文档块的定义和示例


 

 

文档块的定义和示例

 

 

 

 

 

 

一、文档块的定义(“编辑器:tinyMCE” -> “编辑html源代码”)

 

 

// 文档内容开始
[root@rockylinux ~]#
[root@rockylinux ~]# export --help
export: export [-fn] [name[=value] ...] or export -p
Set export attribute for shell variables.

Marks each NAME for automatic export to the environment of subsequently
executed commands. If VALUE is supplied, assign VALUE before exporting.

Options:
-f refer to shell functions
-n remove the export property from each NAME
-p display a list of all exported variables and functions

An argument of `--' disables further option processing.

Exit Status:
Returns success unless an invalid option is given or NAME is invalid.
[root@rockylinux ~]#
[root@rockylinux ~]#

// 文档内容结束


 

 

 

二、应用实例

  

 

  1、“编辑器:tinyMCE” -> “编辑html源码”;复制上面代码,粘贴在html文本框的末尾;

 

 

  2、实例:

 



// 文档内容开始
[root@rockylinux ~]#
[root@rockylinux ~]# export --help
export: export [-fn] [name[=value] ...] or export -p
Set export attribute for shell variables.

Marks each NAME for automatic export to the environment of subsequently
executed commands. If VALUE is supplied, assign VALUE before exporting.

Options:
-f refer to shell functions
-n remove the export property from each NAME
-p display a list of all exported variables and functions

An argument of `--' disables further option processing.

Exit Status:
Returns success unless an invalid option is given or NAME is invalid.
[root@rockylinux ~]#
[root@rockylinux ~]#

// 文档内容结束

 

 

四、 文档截图

 

 

   1、“html源码编辑器”位置:

 

  2、源码编辑器内容: