From 25a35a9e6339bb7644e200b9471729424bb3e1fe Mon Sep 17 00:00:00 2001 From: Chris Johnsen Date: Sun, 26 Jun 2011 05:13:15 -0500 Subject: [PATCH] README.md: protect emphasis before right single quote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/pull/2#issuecomment-1440377 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5591536..462da47 100644 --- a/README.md +++ b/README.md @@ -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