Tables
This commit is contained in:
@ -3,12 +3,21 @@ title: "CMake: управление проектом"
|
||||
category: Программирование
|
||||
tags: программирование, cmake,
|
||||
summary:
|
||||
CSS: table-100.css
|
||||
toc: yes
|
||||
monofontoptions:
|
||||
- Scale=0.6
|
||||
...
|
||||
|
||||
<style type="text/css" rel="stylesheet">
|
||||
table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
thead th:nth-child(1) {
|
||||
width: 30%;
|
||||
}
|
||||
thead th:nth-child(2) {
|
||||
width: 70%;
|
||||
}</style>
|
||||
|
||||
[TOC]
|
||||
|
||||
|
@ -3,7 +3,6 @@ title: "Проверка именования в clang-tidy"
|
||||
category: Программирование
|
||||
tags: C++, программирование, clang, clang-tidy, форматирование,
|
||||
summary:
|
||||
CSS: table-100.css, clang-table.css
|
||||
toc: yes
|
||||
...
|
||||
|
||||
|
Reference in New Issue
Block a user