Basic syntax -> Fragments currently renders the fragment tag invalid. I think this is also the bug mentioned in #199. The issue was a double space between the def and the method name.
How Has This Been Tested?
This has been tested manually in the browser. See images below for comparison.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist:
[x] I have read the CONTRIBUTING document.
[ ] I have updated/added documentation affected by my changes.
Description
Basic syntax -> Fragments currently renders the fragment tag invalid. I think this is also the bug mentioned in #199. The issue was a double space between the
def
and the method name.How Has This Been Tested?
This has been tested manually in the browser. See images below for comparison.
Types of changes
Checklist:
Images
Before After