Skip to content

Commit

Permalink
README.md: protect emphasis before right single quote
Browse files Browse the repository at this point in the history
redcarpet in rdiscount mode (RedcarpetCompat) renders

    *foo*’s

literally instead of providing emphasis.

If I write the right single quote as an entity:

    *foo*&#rsquo;s

then rdiscount, redcarpet and RedcarpetCompat all render the
emphasis.

This problem did show up in GitHub’s rendering of README.md.

Thanks to Trevor for pointing out redcarpet and RedcarpetCompat:

    #2 (comment)
  • Loading branch information
ChrisJohnsen committed Jun 26, 2011
1 parent 3564a88 commit 25a35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -177,7 +177,7 @@ cetera. This would require the user to remember to use the wrapper
it fail then re-run it under the wrapper).

A more automated solution that probably covers most of the problem
scenarios for most users would be to set *tmux*s `default-command`
scenarios for most users would be to set *tmux*’s `default-command`
option so that new windows start shells via the wrapper by default.
The major area this would not cover would be commands given directly
to `new-session` and `new-window` (there are some other commands
Expand Down

0 comments on commit 25a35a9

Please sign in to comment.