-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snippits containing self-closing angle bracket components break markdown parsing #360
Comments
Does this workaround render self-closing brackets too? |
Any news on this or other ideas apart from using hbs? Actually the rendering is only broken if the "custom tag" is NOT in lowercase. As soon as the tag is in lowercase, it works. Ember templates with angle-brackets ar per default camel-case, this seems to be a quite reasonable scenario 😬 @kpatelsecondst : Nope, the work around doesn't fix this. Here some examples that break the markdown parsing.
|
@crixx : My mistake, markdown does indeed break. The only temporary workaround would probably be to use html header tags until markdown parsing is fixed. |
I think this might still be an issue. We are still seeing this for our self closing components in the {{#docs-demo as |demo|}}
{{#demo.example name="docs-icon-basic.hbs"}}
<UiIcon @icon="rocket" />
{{/demo.example}}
{{demo.snippet "docs-icon-basic.hbs"}}
{{/docs-demo}} The above code will cause any markdown headers below it to not work. |
@barryofguilder I haven't been working on this lately but best bet is probably to open a new issue. If someone wants to help this project the most important thing is probably to triage/prioritize issues. We should prioritize bug fixes first. Octane stability I would deprioritize until it's stable. |
No description provided.
The text was updated successfully, but these errors were encountered: