📄 domwalker.txt
字号:
---> Before: <section id="xmlintro" > <title> Intro to XML </title> <p> This is a paragraph </p> <ul> <li> This is an unordered list item. </li> <li c="textbook" > This only shows up in the textbook </li> </ul> <p> The code example below shows how slacker processes includes: </p> <include mode="cpp" src="testhello.cpp" /> <p> And here is another paragraph </p></section>--->After: <section id="xmlintro" > <title> Intro to XML </title> <para> This is a paragraph </para> <unorderedlist> <listitem> <para> This is an unordered list item. </para> </listitem> <listitem> <para condition="textbook" role="textbook" c="0" > This only shows up in the textbook </para> </listitem> </unorderedlist> <para> The code example below shows how slacker processes includes: </para> <programlisting>#include <stdio.h>int main(int argc, char** argv) { printf ("Hello World"); for (int i=0; i < 10; ++i) { j = i && i; } return 0;}</programlisting> <para> And here is another paragraph </para></section>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -