If your committee or workgroup produces a public report, we would like to add it to the GIN website.
If possible, please submit these as Markdown documents.
With Markdown, we can focus on writing, rather than formatting.
# Heading 1
## Heading 2
### Heading 3
*italics*
italics
**bold**
bold
- unordered list
- unordered list
- unordered list
1. ordered list
1. ordered list
1. ordered list
1. ordered list
2. ordered list
3. ordered list
Markdown will not automatically produce line breaks.
This will produce one line,<return>
even if you hit return in the middle.
This will produce one line, even if you hit return in the middle.
For line breaks,<space><space>
add two spaces at the end of a line.
For line breaks,
add two spaces at the end of a line.
> Blockquote
Blockquote
---
horizontal rule
horizontal rule
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 |
| Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |
| Row 3, Column 1 | Row 3, Column 2 | Row 3, Column 3 |
Column 1 | Column 2 | Column 3 |
---|---|---|
Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 |
Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |
Row 3, Column 1 | Row 3, Column 2 | Row 3, Column 3 |
`Inline code`
Inline code
```
code block
```
code block
[Link](http://geo.btaa.org)
![Image](https://images.digital.library.illinois.edu/iiif/2/910a3e90-82d6-0134-1f08-0050569601ca-6/full/175,/0/default.jpg?download=true)
Let's try this interactive tutorial next: https://commonmark.org/help/tutorial/
You will likely come across various Markdown documentation sites that seem to have conflicting information on syntax. This is because there are several different "flavors" or variations of Markdown that have been developed over the years, each with its own unique features and syntax. However, most platforms seem to accept any version and interpret "-" the same as "* "
Images need to be hosted online, usually in a folder next to the Markdown document. This may take more time that just pasting an image right into a document, such as Google Slides. On the other hand, this may ultimately make a document easier to update and maintain - if we overwrite a new image in a directly using the same, we do not need to edit the Markdown file.
You can always add straight HTML code in your Markdown file and include style elements, such as float
, border
, or margin
.
Questions?