Skip to content

ICT-FDD/Markdown_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Markdown_tests

Mardown CheatSheet

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
CLICK ME

We can hide anything, even code!

```ruby
  puts "Hello World"
```

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading
{
  "type": "Polygon",
  "coordinates": [
      [
          [4.4193,50.8216],
          [5.57425,50.6273],
          [4.8496, 50.46475],
          [4.3066,50.0483],
          [3.9331,50.4523],
          [5.3297, 50.1962]
      ]
  ]
}
Loading

{
  "type": "Topology",
  "transform": {
    "scale": [0.0005000500050005, 0.00010001000100010001],
    "translate": [100, 0]
  },
  "objects": {
    "example": {
      "type": "GeometryCollection",
      "geometries": [
        {
          "type": "Point",
          "properties": {"prop0": "value0"},
          "coordinates": [4000, 5000]
        },
        {
          "type": "LineString",
          "properties": {"prop0": "value0", "prop1": 0},
          "arcs": [0]
        },
        {
          "type": "Polygon",
          "properties": {"prop0": "value0",
            "prop1": {"this": "that"}
          },
          "arcs": [[1]]
        }
      ]
    }
  },
  "arcs": [[[4000, 0], [1999, 9999], [2000, -9999], [2000, 9999]],[[0, 0], [0, 9999], [2000, 0], [0, -9999], [-2000, 0]]]
}
Loading

Here is a simple footnote1.

A footnote can also have multiple lines2.

You can also use words, to fit your writing style more closely3.

Footnotes

  1. My reference.

  2. Every new line should be prefixed with 2 spaces.
    This allows you to have a footnote with multiple lines.

  3. Named footnotes will still render with numbers instead of the text but allow easier identification and linking.
    This footnote also has been made with a different syntax using 4 spaces for new lines.

About

Mardown CheatSheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors