Open
Description
Is your feature request related to a problem? Please describe.
When using Vue templates, the Markdown renderer processes them correctly and compiles them. However, in the title, sidenav, and local search (path), the Vue templates are not rendered and are displayed as raw templates.



Describe the solution you'd like
In my pull request, I've introduced custom components that can be overridden in the enhanceApp
function. In these custom components, I can add custom logic for rendering text, such as using the Vue compile function.
Additionally, I added a flag to skip the title update, allowing for custom logic implementation.
Please also see my PR: #4630.
Describe alternatives you've considered
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the docs.
- Read the Contributing Guidelines.
- Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.