Skip to content

Commit e4e8ff8

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/beginners/micropython/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MicroPython na malém zařízení
1+
# MicroPython na malém zařízení
22

33
> [note] Tahle sekce bohužel nejde jednoduše projít z domu.
44
> Využíváme speciální vybavení, které je potřeba nejdřív

0 commit comments

Comments
 (0)