我使用SyntaxHighlighter博客格式化我在我的博客中使用的代碼片段。我也跟着在博客(http://concise-software.blogspot.com/2010/03/enabling-syntaxhighlighter-in-blogger.html)給出的步驟,但隨後它灑在我的博客帖子的頁面加載錯誤說「無法找到用於刷:CSS」CodeGo.net代碼格式爲博客拋出錯誤的SyntaxHighlighter
1
A
回答
2
從另一個線程
得到解決的計算器
0
對於其他人尋找一個解決這個問題 - 確保你從你的<頭內引用shBrushCss.js庫> < /頭>標籤,像這樣:
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js' type='text/javascript'/>
此外,您還可以在http://oneqonea.blogspot.com/2012/04/how-do-i-add-syntax-highlighting-to-my.html
籤這個答案的來源這是一個非常容易遵循博客,我寫了一個覆蓋幾個簡單的步驟加入語法高亮顯示您的Blogger博客從上到下(帶截圖)。
0
如果您運行博客博客,您可以按照以下步驟來集成SyntaxHighlighter。
我已經很好地解釋說:
<link href='http://alexgorbatchev.com/pub/sh/current//styles/shCore.css' rel='stylesheet' type='text/css'/>
<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css' rel='stylesheet' type='text/css'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPhp.js'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPython.js'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushSql.js'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushBash.js'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPlain.js'/>
<script>
SyntaxHighlighter.config.bloggerMode = true;
SyntaxHighlighter.config.clipboardSwf = "http://alexgorbatchev.com/pub/sh/current/scripts/clipboard.swf";
SyntaxHighlighter.all();
</script>
接下來我在文章中寫道:
<pre class="brush:bash">
ls -al | grep .jpg
</pre>
0
我在模板頭部分的結尾寫道:這here見。
相關問題
- 1. WordPress博客引入博客時拋出500錯誤
- 2. 是SyntaxHighlighter的不工作的博客
- 3. jenkins上的Groovy代碼拋出錯誤
- 4. 的Facebook拋出沒有代碼錯誤
- 5. 在SyntaxHighlighter的博主預覽模式
- 6. VBA代碼拋出錯誤編號1004
- 7. Javascript - Backbone - 代碼拋出錯誤
- 8. iframe嵌入代碼拋出403錯誤
- 9. 簡單代碼拋出預期;錯誤
- 10. xPages在本代碼中拋出錯誤
- 11. SyntaxHighlighter v3.0.83源代碼
- 12. 用於博客的CMS,具有國際化和代碼格式
- 13. 博客上的顏色格式化代碼asp.net
- 14. 在博客中添加一項格式化代碼的功能
- 15. vba格式錯誤代碼
- 16. JSON格式有效。 Json.Parse拋出錯誤
- 17. 格式與time.strptime()拋出一個錯誤
- 18. Django博客錯誤
- 19. 博客編碼幫助獲取錯誤
- 20. 爲什麼我的代碼拋出線程中止錯誤?
- 21. WordPress的博客錯誤
- 22. 拋出的替代代碼拋出IOException
- 23. 客觀C格式的博客
- 24. 用Newtonsoft解析JSON拋出錯誤的格式錯誤
- 25. 拋出拋出的錯誤
- 26. Git的客戶拋出錯誤
- 27. 從Microsoft Word發佈博客時發生格式錯誤
- 28. 爲什麼這段代碼拋出錯誤?
- 29. 爲什麼這個SQL代碼拋出錯誤
- 30. xalan爲什麼不會在格式錯誤的XML中拋出TransformException錯誤