class Voila {
public:
// Voila
static const string VOILA = "Voila";
// will not interfere with embedded tags.
}
Sau đây mình xin giới thiệu cách sử dụng thư viện này để format code trong Blogger:
- Trươc tiên ta vào Mẫu > Chỉnh sửa HTML
- Luc này một cửa sổ chứa mã HTML của mẫu hiện ra. Ta tìm đến cuối thẻ
<head>(chính là trươc ngay thẻ</head>) rồi chèn vào đoạn mã sau
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<pre class="prettyprint">...</pre> hoặc <code class="prettyprint">...</code> là sẽ được tô sáng tự động<script src='https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?skin=sunburst'/>

Không có nhận xét nào:
Đăng nhận xét