diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2012-03-21 22:12:38 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2012-03-21 22:12:38 +0200 |
| commit | 2eab88422d5f1e4d677035d25d6d19cdafda28de (patch) | |
| tree | 91f9faeb067ce1f44893d43ed5659b8ea42cc300 | |
| parent | 86de59164c90437acacd1fe218ca3a3594ad0e8d (diff) | |
backtick `*` for mdwn formatting
| -rw-r--r-- | news/release-0.12.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/release-0.12.mdwn b/news/release-0.12.mdwn index 8ccf9c8..afc4fe1 100644 --- a/news/release-0.12.mdwn +++ b/news/release-0.12.mdwn @@ -46,10 +46,10 @@ Emacs Interface ### More flexible and consistent tagging operations - All tagging operations ('+', '-', '*') now accept multiple tags with - '+' or '-' prefix, like '*' operation in notmuch-search view before. + All tagging operations ('+', '-', `*`) now accept multiple tags with + '+' or '-' prefix, like `*` operation in notmuch-search view before. - '*' operation (`notmuch-show-tag-all`) is now available in + `*` operation (`notmuch-show-tag-all`) is now available in notmuch-show view. `notmuch-show-{add,remove}-tag` functions no longer accept tag |
