URI: 
       tFixed typos - monochromatic - monochromatic blog: http://blog.z3bra.org
  HTML git clone git://z3bra.org/monochromatic
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 4fdead32473707b4f45049fc90236f9bc0b25181
   DIR parent 774faa5ab945031839ccbfb4716d9b8ce4e247d0
  HTML Author: z3bra <willy@mailoo.org>
       Date:   Thu, 10 Apr 2014 15:20:58 +0200
       
       Fixed typos
       
       Diffstat:
         M 2013/08/test-your-css.txt           |       3 ++-
         M 2014/03/toolbox.txt                 |       2 +-
       
       2 files changed, 3 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/2013/08/test-your-css.txt b/2013/08/test-your-css.txt
       t@@ -4,7 +4,8 @@
        
        ### Text Formatting
        
       -Yay ! Here we are. Here is somethig _important_. There is also something **strong**.  
       +Yay ! Here we are. Here is something _important_. There is also something
       +**strong**.  
        We are, of course, in a paragraph. And it contains an inline quotation :  
        <cite>Richard M. Stallman</cite> said <q>La cuisine indienne favorise les plats curryeux.</q>  
        But... What about blockquotes ?! Let's test :
   DIR diff --git a/2014/03/toolbox.txt b/2014/03/toolbox.txt
       t@@ -111,7 +111,7 @@ allowing to use bar as a notification [popup](#popup)
        
        I often see newbies asking this question:
        
       -> newbie &mdash; How can I move one application from one terminal to another ?
       +> newbie &mdash; How can I move one application from one terminal to another ?  
        > stranger1 &mdash; you need screen.  
        > stranger2 &mdash; tmux is better !  
        > stranger1 &mdash; How so ?