chapter.dtd

来自「OTP是开放电信平台的简称」· DTD 代码 · 共 19 行

DTD
19
字号
<?xml version="1.0" encoding="utf-8" ?><!ENTITY % common SYSTEM "common.dtd" >%common;<!ENTITY % common.header SYSTEM "common.header.dtd" >%common.header;<!ENTITY % common.table SYSTEM "common.table.dtd" >%common.table;<!ENTITY % common.image SYSTEM "common.image.dtd" >%common.image;<!-- Structure --><!ELEMENT chapter             (header,(%block;|quote|warning|note|br|                               image|marker|table)*,section+) ><!ELEMENT section             (marker*,title,                               (%block;|quote|warning|note|br|image|marker|                                table|section)*) >

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?