Skip to content

Commit c3b7e90

Browse files
committed
SoC-2019-Ideas: don't split text within the `s
When the text within the ` (tildes) is split between two lines it is not rendered as expected. To be precise the part that comes in the second line isn't visible. It's worth noting that this is not clear from the rendering of the markdown by GitHub. But it's clear from the syntax highlighting done by the editor in GitHub and the rendering in the website (where this was first noted).
1 parent 9c8b16e commit c3b7e90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SoC-2019-Ideas.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ This would consist in taking care of the following issues:
214214
* Bonus: Make a flag to allow rebase to rewrite commit messages that
215215
refer to older commits that were also rebased. (i.e. if rebasing
216216
commits A and B, and commit B says `This reverts commit <sha-of-A>`,
217-
then rewritten B's commit message should say `This reverts commit
218-
<sha-of-rewritten-A>`.) Do this for both sha1sums and sha1sum
219-
abbreviations in commit messages.
217+
then rewritten B's commit message should say
218+
`This reverts commit <sha-of-rewritten-A>`.)
219+
Do this for both sha1sums and sha1sum abbreviations in commit messages.
220220

221221
## Note about refactoring projects versus projects that implement new features
222222

0 commit comments

Comments
 (0)