Шпаргалка по Markdown синтаксису
Подробную информацию обо всех возможностях Spectre.css можно найти в Official Spectre Documentation
Quark theme — новая тема по умолчанию для Grav, созданная с помощью Spectre.css легкая, отзывчивая и современная структура CSS. Spectre предоставляет базовые стили для типографики, элементов и адаптивную систему макетов, в которой используются лучшие практики и согласованный языковой дизайн.
Заголовки
H1 Заголовок 40px
H2 Заголовок 32px
H3 Заголовок 28px
H4 Заголовок 24px
H5 Заголовок 20px
H6 Заголовок 16px
# H1 Заголовок
# H1 Заголовок `40px`</small>`
<span class="h1">H1 Заголовок</span>
Параграфы
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent risus leo, dictum in vehicula sit amet, feugiat tempus tellus. Duis quis sodales risus. Etiam euismod ornare consequat.
Climb leg rub face on everything give attitude nap all day for under the bed. Chase mice attack feet but rub face on everything hopped up on goofballs.
Семантические текстовые элементы Markdown
Bold **Bold**
Italic _Italic_
Deleted ~~Deleted~~
Inline Code
`Inline Code`
HTML-семантические текстовые элементы
I18N <abbr>
Citation <cite>
Ctrl + S <kbd>
TextSuperscripted <sup>
TextSubscripted <sub>
Underlined <u>
Highlighted <mark>
<time>
x = y + 2 <var>
Цитата
Развитие технологий основано на том, чтобы сделать их такими, чтобы вы их даже не замечали.
так что это часть повседневной жизни.- Bill Gates
> Развитие технологий основано на том, чтобы сделать их такими, чтобы вы их даже не замечали.
> так что это часть повседневной жизни.
>
> <cite>- Bill Gates</cite>
Неупорядоченный список
- list item 1
- list item 2
- list item 2.1
- list item 2.2
- list item 2.3
- list item 3
* list item 1
* list item 2
* list item 2.1
* list item 2.2
* list item 2.3
* list item 3
Упорядоченный список
- list item 1
- list item 2
- list item 2.1
- list item 2.2
- list item 2.3
- list item 3
1. list item 1
1. list item 2
1. list item 2.1
1. list item 2.2
1. list item 2.3
1. list item 3
Таблица
Name | Genre | Release date |
---|---|---|
The Shawshank Redemption | Crime, Drama | 14 October 1994 |
The Godfather | Crime, Drama | 24 March 1972 |
Schindler's List | Biography, Drama, History | 4 February 1994 |
Se7en | Crime, Drama, Mystery | 22 September 1995 |
| Name | Genre | Release date |
| :-------------------------- | :---------------------------: | -------------------: |
| The Shawshank Redemption | Crime, Drama | 14 October 1994 |
| The Godfather | Crime, Drama | 24 March 1972 |
| Schindler's List | Biography, Drama, History | 4 February 1994 |
| Se7en | Crime, Drama, Mystery | 22 September 1995 |
Уведомления
Стили уведомлений на самом деле предоставляются плагином markdown-notices
, но они достаточно полезны, чтобы включить их сюда:
This is a warning notification
This is a error notification
This is a default notification
This is a success notification
! This is a warning notification
!! This is a error notification
!!! This is a default notification
!!!! This is a success notification