Test 1 I am referencing a footnote1

1package main
2
3import "fmt"
4
5func main() {
6  fmt.Println("{linenos=inline}")
7}
1
2
3
4
5
6
7
package main

import "fmt"

func main() {
  fmt.Println("{linenos=table}")
}

ListView(
  padding: const EdgeInsets.all(8),
  children: <Widget>[
    Container(
      height: 50,
      color: Colors.amber[600],
      child: const Center(child: Text('Entry A')),
    ),
    Container(
      height: 50,
      color: Colors.amber[500],
      child: const Center(child: Text('Entry B')),
    ),
    Container(
      height: 50,
      color: Colors.amber[100],
      child: const Center(child: Text('Entry C')),
    ),
  ],
)

  1. I am the footnote ↩︎