Issue with info.md templating
See original GitHub issueVersion of HACS
0.13.0
Describe the bug
A clear and concise description of what the bug is. Template text on the info.md file is sometimes displaying as plain text and not being templated. For example:
When selecting “next” from the drop-down, it applies the template as expected and only displays the text saying that it is the development version.
No error messages appear in the log.
Debug log
Add your logs here.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Manually creating a single issue template for your repository
github/ISSUE_TEMPLATE/issue_template.md . You can also store multiple issue templates in an ISSUE_TEMPLATE subdirectory within the root or docs/ directories.
Read more >A GitHub Issue Template for Your Projects - Embedded Artistry
md ). I've chosen to create a Markdown template so you can use features like Markdown formatting, @-mentions, and task lists. Once GitHub ......
Read more >Only one issue template is displayed on GitHub though ...
We have created multiple issue templates in the .github/ISSUE_TEMPLATE/ subdirectory: _bug_report.md , _feature_request.md and _question.md ...
Read more >Making Most Out of GitHub Templates - Daily.dev
Unlike issue templates, you have to create PR templates manually. To create multiple PRs, store the .md files inside a PULL_REQUEST_TEMPLATE ...
Read more >GitLab Issue Templates - Save time and ... - Gary Bell
Issue templates are written in markdown. They exist as .md files within your project repository. Create a template in the .gitlab/ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, @ludeeus
This issue is closed, closed issues are ignored. If you have issues similar to this, please open a seperate issue.
https://github.com/custom-components/hacs/issues/new/choose
And remember to fill out the entire issue template 😃
This message was automatically generated by
hacs-bot
👾Interestingly, I just updated HACS to 0.13.1 and now, I see this if 0.13.1 is selected from the dropdown:
but when 0.13.0 is selected it displays correctly like this:
The templating issue was happening previously when 0.13.0 was selected, but not for other versions, so it looks like I am seeing this issue when the version in the dropdown is the same as the currently installed version.
I have templating in the info.md file on one of my plugins, and I’m not seeing the same issue there, so could this be an issue which just affects integrations, or maybe even just just the HACS integration in particular?