📄 style.rng.svn-base
字号:
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Style Module -->
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<define name="style">
<element name="style">
<ref name="style.attlist"/>
<text/>
</element>
</define>
<define name="style.attlist">
<ref name="title.attrib"/>
<ref name="I18n.attrib"/>
<attribute name="type">
<ref name="ContentType.datatype"/>
</attribute>
<optional>
<attribute name="media">
<ref name="MediaDesc.datatype"/>
</attribute>
</optional>
<optional>
<attribute name="xml:space">
<value>preserve</value>
</attribute>
</optional>
</define>
<define name="head.content" combine="interleave">
<zeroOrMore>
<ref name="style"/>
</zeroOrMore>
</define>
</grammar>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -