-
-
Notifications
You must be signed in to change notification settings - Fork 311
Expand file tree
/
Copy path.markbot.yml
More file actions
41 lines (38 loc) · 822 Bytes
/
.markbot.yml
File metadata and controls
41 lines (38 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
repo: 'grid-layout'
canvasCourse: 'web-dev-2'
inherit:
- naming-restrict-live
- git-2
- html
- css-order-grid-main
- css
- google-fonts
- img-flex
- responsive-css
- screenshots-all
html:
- path: 'index.html'
has:
- ['link[href*="Open+Sans"]', 'The Google Font, `Open Sans` (regular) is missing']
- 'h1'
- 'h2'
- 'p'
- 'dl'
- 'dl > dt'
- 'dl > dd'
- 'figure'
- 'figure > figcaption'
has_not:
- 'br'
search:
- 'The Seven Wonders of the Ancient World'
- 'Temple of Artemis'
- 'Selçuk, Turkey'
- 'Colossus of Rhodes'
- 'Rhodes, Greece'
- 'Hanging Gardens of Babylon'
- 'Temple of Artemis'
css:
- path: 'css/main.css'
has:
- ['html', 'font-family', '"Open Sans", sans-serif']