Unexpected code highlighting #2280
Labels
Documentation
Improvements or additions to documentation
Good First Issue
Good for newcomers
TODO
The issue is ready to be developed
Have you read the Documentation Contribution Guidelines?
Description
Some of the code blocks in the docs have changed. The highlights are specified with line numbers but those were not updated.
For example https://wails.io/docs/howdoesitwork#method-binding
When the highlights were last set (commit dce5fd4), the equivalent of lines 17 (
app := &App{}
) and 27 (app,
) were highlighted.After that commit, two more commits added lines to the code block without updating the highlights.
It looks like the wails.io is using Docusaurus. It supports special comments for highlighting lines.
Self-service
The text was updated successfully, but these errors were encountered: