Skip to content
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

Assets API class description: lists not rendered correctly #3857

Open
cweiske opened this issue Jan 5, 2024 · 1 comment
Open

Assets API class description: lists not rendered correctly #3857

cweiske opened this issue Jan 5, 2024 · 1 comment

Comments

@cweiske
Copy link
Contributor

cweiske commented Jan 5, 2024

Current behavior

The class documentation of AssetCollector contains lists, but they are not rendered as lists in the documentation:

The Asset Collector is responsible for keeping track of - everything within <script> tags: javascript files and inline javascript code - inline CSS and CSS files

2024-01-05 Auswahl_003

Expected behavior/output

Lists should be rendered as lists:

The Asset Collector is responsible for keeping track of

  • everything within <script> tags: javascript files and inline javascript code
  • inline CSS and CSS files

Links

https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Assets/Index.html#the-api

TYPO3 versions

main

@brotkrueml
Copy link
Contributor

brotkrueml commented Jan 5, 2024

@cweiske Thanks for the report. The API is generated automatically from the docblocks of the Core sources. So, this must be addressed in the Core class itself and - after merging - the file newly generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants