Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Jekyll 博客,我正在尝试从这里切换
{:lang='bash'} #!/bin/sh echo 'Hello World!'
对此
{:lang='bash'} {% include program-w32-build-100.sh %}
插入文件中的include文本,并且lang='bash'应该突出显示它。由于文件中的文本没有选项卡,因此不会突出显示。有没有办法做到这一点?
include
lang='bash'
jason.the-graham.com/2010/11/21/kramdown_support_for_jekyll
幸运的我!
你可以这样做
{:lang='bash'} ~~~ {% include rtmpdump-w32-build-100.sh %} ~~~
§ 围栏代码块