From 8efed33a90badade2fc917f8826baeb34827bd44 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 14 Apr 2017 01:15:09 -0700 Subject: [PATCH] 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. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b528664..d3f2eb5 100644 --- a/README.md +++ b/README.md @@ -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. - **More configuration options for input pins** - **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:** - **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.** @@ -64,7 +64,7 @@ _**Archives:**_ - **Full Limit and Control Pin Configurability** - **Additional Compile-Time Feature Options** -##Update Summary for v0.9h from v0.8 +## Update Summary for v0.9h from v0.8 - **IMPORTANT:** - **Default serial baudrate is now 115200! (Up from 9600)** - **Z-limit(D12) and spindle enable(D11) pins have switched to support variable spindle!**