elastic / elastic/docs-builder
List support in table cells
- Dominant language
- C#
- Stars
- 24
- Forks
- 44
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 146
Description
### Discussed in https://github.com/elastic/docs-builder/discussions/503
Originally posted by **shainaraskas** February 14, 2025
We often need to share a short list of info in a tabular format, but our tables don't support lists.
gh gets around this by allowing for html lists inside of markdown tables (ugly but functional)
we currently work around it using `-` and `
` but this is not ideal because list items don't wrap properly / use non-standard bullets
example
https://elastic.github.io/docs-builder/versions/#versioning-facets
https://elastic.github.io/docs-builder/versions/#content-patterns
Related to https://github.com/elastic/docs-builder/issues/112
Contributor guide
Assessment
This issue has not been assessed yet.