Commit e4e8ff8
committed
Remove byte-order mark from a lesson file
A Markdown header starts with `#`, so a
U+FEFF (ZERO WIDTH NO-BREAK SPACE) at the start makes it
not be a header.
And using U+FEFF as a byte-order marker is useless in UTF-8.1 parent b216053 commit e4e8ff8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments