You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Parameters section should render the parameter description as—
category, optional - A category id., which should be the HTML file name (but without the .html suffix) in the URL path of a book list page.
What is actually happening?
But it does this way—
category, required - A category id., which should be the HTML file name (but <strong>without</strong> the <code>.html</code> suffix) in the URL path of a book list page.
Notice that—
The parameter's optionality fails to be identified/respected.
The Markdown elements do get converted into HTML tags but the latter get further escaped from HTML rendering.
The issue is not exclusive to the mentioned route. I've simply searched the word "required" to find no relevant issues so far. This seems to be a new behavior change during the current rework of the whole codebase underway, as I remember the v2 routes' docs. used to be rendered normal.
This is not a duplicated issue
I have searched existing issues to ensure this bug has not already been reported
The text was updated successfully, but these errors were encountered:
Routes
Full routes
Related documentation
https://docs.rsshub.app/routes/reading#free-computer-books
What is expected?
The Parameters section should render the parameter description as—
What is actually happening?
But it does this way—
Notice that—
Deployment information
RSSHub demo (https://rsshub.app)
Deployment information (for self-hosted)
No response
Additional info
The issue is not exclusive to the mentioned route. I've simply searched the word "required" to find no relevant issues so far. This seems to be a new behavior change during the current rework of the whole codebase underway, as I remember the v2 routes' docs. used to be rendered normal.
This is not a duplicated issue
The text was updated successfully, but these errors were encountered: