【发布时间】:2026-01-11 08:10:01
【问题描述】:
我正在尝试使用内联注释创建一个要点。我读了一个解决方案here,它可以在它自己的行上添加评论(如图所示);但是,它似乎不适用于内联 cmets。有没有办法在 github 风格的降价中获得内联 cmets?
- [x] some item
- [ ] another item with meta info [//]: # (attempt at meta info as inline comment)
[//]: # (This may be the most platform independent comment)
[//]: # (https://*.com/questions/4823468/comments-in-markdown)
【问题讨论】:
-
This answer 对您链接的问题提供了一种方法...