-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
document generator has some bugs #21222
Comments
This was just fixed in #21220 |
The indentation is fixed in #21220, but |
Yes, there is a issue with multiline examples. Not just in the readme. // Example: my_ch <- true // is okay
pub fn foo() {
// Example:
// ```v
// my_ch <- true // `<` will be rendered as `<`
// ```
pub fn foo() { |
There still seems to be an issue with search when running locally:
Can you have a look at it please @ttytm ? Thanks |
https://modules.vlang.io/toml.html In the TOML stdlib doc, first code block, there are some issue with the generation as well: |
The search issue on an I'd have to look into it to tell about the amount of work this will require to fix. If it's not fitting now, maybe just making clear via it's attributes and style that the search is disabled on such readme html pages would do for now. What do you think? |
Describe the bug
weird code in docu
e.g. in https://modules.vlang.io/context.html
note how everything is left intended & & is prob not right too
duplicates & no search
see https://freeflowuniverse.github.io/crystallib/
there are duplicate entries
also no search on this one
Reproduction Steps
see above
Expected Behavior
Current Behavior
see above
Possible Solution
No response
Additional Information/Context
No response
V version
Current V version: V 0.4.5 3835308
Environment details (OS name and version, etc.)
m1 osx
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: