Defect #10967
Commit messages/comments should not convert subscripts to footnote references
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Text formatting | |||
| Target version: | - | |||
| Affected version: | Resolution: |
Description
Commit messages, like "Fixed problem with accessing a[0]", that contain subscript indices are converted by RedCloth into footnote references. See, for example, the commit message on r9278 and the "Associated Revisions" section of #10505. Footnotes don't make sense on commit messages.
My workaround, for the time being, is to format subscripts as "a[ 0 ]", with extra space around the index.