view test.md @ 3:20d89feaa7d7

Add a bunch of todos
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 16 Jun 2020 21:11:20 +0200
parents be229b2e3b19
children 534fa4c6668e
line wrap: on
line source

# Rubrik
Lite text måste man ha.
Och kanske en lista
* LOL
* LAL

En [länk](www.werpers.com) är alltid trevligt

```golang
func hello(i int) string {
    return fmt.Printf("Hello Mr. %d\n", i)
}
```

## Some logic

We also need a table

| A | B | A or B | A and B |
|---|---|--------|---------|
| 0 | 0 | 0      | 0       |
| 0 | 1 | 1      | 0       |
| 1 | 0 | 1      | 0       |
| 1 | 1 | 1      | 1       |

## TODO
Some things need doing
 - [x] Build the simplest possible markdown commandline utility
 - [ ] Add commandling argument parsing
 - [ ] Allow template file as an input

### Code highlighting
 - [ ] Check of other highlighters use the same kind of coloring idea
 - [ ] Check how to style the code coloring
 - [ ] Switch to CSS-class based code coloring
 - [ ] Configure highlighter

### Community
 - [ ] Fix errors in [goldmark-highlighting README](https://github.com/yuin/goldmark-highlighting)
   - [ ] Faulty import
   - [ ] Extra import chroma/formatters/html