amazon-ion / ion-js

A JavaScript implementation of Amazon Ion.
http://amzn.github.io/ion-docs/
Apache License 2.0
352 stars 48 forks source link

Fixed h4 formatting in src/dom/README.md #772

Closed ZachElkins closed 6 months ago

ZachElkins commented 6 months ago

Issue #, if available: n/a

Description of changes:

Fixed h4 formatting in src/dom/README.md Markdown parsers expect headers to have a space between the hash symbols and the text. The missing space prevented ####Struct Example from being rendered as an h4. Example below:

With Space

Without Space


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.