dhruvasagar/vim-table-mode
Ver no GitHubSupport tables in source code comments
Open
#241 aberto em 22 de jan. de 2025
enhancementhelp wanted
Métricas do repositório
- Stars
- (2.236 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Please support creating tables within source code comments written with Markdown.
For example:
/// | parameter | description |
/// |-----------|-------------------------------|
/// | `n` | number of players |
/// | `start` | starting score of each player |
/// | `k` | scaling factor |