Fix header Markdown in README.md

GitHub's Markdown interpreter was recently changed to strictly enforce the GFM spec, which requires a delimiting space in header Markdown. This has caused some Markdown to no longer display as originally intended.
This commit is contained in:
per1234
2017-04-14 01:15:09 -07:00
committed by GitHub
parent 1a3f023d5e
commit 8efed33a90

View File

@@ -49,12 +49,12 @@ _**Archives:**_
*** ***
##Update Summary for v0.9j ## Update Summary for v0.9j
- **Restore EEPROM feature:** A new set of restore EEPROM features to help OEMs and users reset their Grbl installation to the build defaults. See Configuring Grbl Wiki for details. - **Restore EEPROM feature:** A new set of restore EEPROM features to help OEMs and users reset their Grbl installation to the build defaults. See Configuring Grbl Wiki for details.
- **More configuration options for input pins** - **More configuration options for input pins**
- **Bug fixes including:** Soft limit error handling, disable spindle when S0, g-code reporting of G38.x. - **Bug fixes including:** Soft limit error handling, disable spindle when S0, g-code reporting of G38.x.
##Update Summary for v0.9i ## Update Summary for v0.9i
- **IMPORTANT:** - **IMPORTANT:**
- **Homing cycle updated. Locates based on trigger point, rather than release point.** - **Homing cycle updated. Locates based on trigger point, rather than release point.**
- **System tweaks: $14 cycle auto-start has been removed. No more QUEUE state.** - **System tweaks: $14 cycle auto-start has been removed. No more QUEUE state.**
@@ -64,7 +64,7 @@ _**Archives:**_
- **Full Limit and Control Pin Configurability** - **Full Limit and Control Pin Configurability**
- **Additional Compile-Time Feature Options** - **Additional Compile-Time Feature Options**
##Update Summary for v0.9h from v0.8 ## Update Summary for v0.9h from v0.8
- **IMPORTANT:** - **IMPORTANT:**
- **Default serial baudrate is now 115200! (Up from 9600)** - **Default serial baudrate is now 115200! (Up from 9600)**
- **Z-limit(D12) and spindle enable(D11) pins have switched to support variable spindle!** - **Z-limit(D12) and spindle enable(D11) pins have switched to support variable spindle!**