Skip to content

Commit 56986d0

Browse files
committed
centering
1 parent 28d2699 commit 56986d0

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

assets/main.css

+5
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,11 @@ nav > .dropdown:hover a:hover {
583583
color: #ffffff;
584584
}
585585

586+
.center-image {
587+
margin: 0 auto;
588+
display: block;
589+
}
590+
586591
/* Media queries */
587592
@media (max-width:768px) {
588593
body {

docs/MarsRover/Comments.md

+21
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,24 @@ Fully integrated text editor to annotate the archive. Use to annotate with text
88

99

1010
<img align='centre' src='{{site.baseurl}}/docs/img/Rover/img10.png' width='600' />
11+
12+
Markdown rendering depends on extensions from [flexmark](https://github.com/vsch/flexmark-java) and [mermaid](https://mermaid-js.github.io/mermaid/#/README). This allows for easy documentation of tags, parameters, settings and the data analysis flow to be saved in the archive itself to improve reproducibility.
13+
14+
Flexmark extensions in Mars:
15+
16+
| :------------- | :------------- |
17+
| Abbreviation | Item Two |
18+
| Anchorlink | Item Two |
19+
| Aside | Item Two |
20+
| Autolink | Item Two |
21+
| Definition | Item Two |
22+
| Footnotes | Item Two |
23+
| Strikethrough | Item Two |
24+
| Tasklist | Item Two |
25+
| Tables | Item Two |
26+
| TOC | Item Two |
27+
| Wikilink | Item Two |
28+
| Gitlab | Item Two |
29+
| Yaml front matter | Item Two |
30+
31+
@Add example screenshot

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ This site is currently undergoing major changes and has many broken links. Check
1313

1414
To get started with Mars, take a look at the [tutorials](tutorials), [example gallery](examples), and [usage guide](usage), or read [about the project's goals](about). Comprehensive reference material can be found in the [documentation](docs) section.
1515

16-
<img align='center' src='{{site.baseurl}}/assets/200417_status_full.gif' width='450' />
16+
<img align='center' src='{{site.baseurl}}/assets/200417_status_full.gif' width='450' />{: .center-image}

0 commit comments

Comments
 (0)