Update Details tab doesn't respect indented bullet points
Justinzobel opened this issue · 4 comments
Justinzobel commented
Commit:
`commit 919bb09874a5bf204ca45b2690b77e94e691e35a (HEAD -> master, tag: micro-1.3.2-9, origin/master, origin/HEAD)
Author: Justin Zobel justin@solus-project.com
Date: Sun Sep 17 15:58:45 2017 +0930
Update micro to 1.3.2
**Changelog:**
- Add support for crlf and lf
- Lua now has access to most of the Go standard library
- Simply import go packages: local `fmt = import("fmt")`
- Syntax highlighting
- Julia support
- Improved yaml highlighting
- Bug fixes for multiple cursors
- Bug fixes for undo/redo
- Add a new `--config-dir` option to set a custom location for the configuration directory
`
ikeydoherty commented
We'll never see those as we have to strip the start of the string. We know how to handle *
and *
, yours is using both.
ikeydoherty commented
and $!*!*!
github for eating my *
ikeydoherty commented
Fuck sake. Well, one has one space and the other has two. I can't make it show up. Feckin markdown.
Justinzobel commented
No worries, I'll find another solution.