Skip to content

Fix markdown header in README

This wasn't rendering as a header because the ### was followed by a non-breaking space (c2 a0) - probably from hitting Opt-Space on a Mac.

$ grep 'Architectural guidelines' README.md | hexdump -C
00000000  23 23 23 c2 a0 41 72 63  68 69 74 65 63 74 75 72  |###..Architectur|
00000010  61 6c 20 67 75 69 64 65  6c 69 6e 65 73 0a        |al guidelines.|
0000001e

Merge request reports

Loading