📄 tutorial.erb
字号:
<h1>Tutorial #<%= object.index %>. <%= object.title %></h1><p>The sources for this tutorial may be found in the <tt>tutorial/<%= "%02d" % object.index %></tt>directory of the Copland distribution.</p><% if object.intro %> <h2>Introduction</h2> <%= object.intro.to_html %><% end %><h2>Steps</h2><ol><% object.steps.each do |step| %><li><%= step.to_html %></li><% end %></ol><% if object.summary %> <h2>Summary</h2> <%= object.summary.to_html %><% end %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -