From 5216720f267b985e8fb2fcdf293939810464bc49 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 15 Apr 2015 11:11:11 -0700 Subject: [PATCH] readme code again. --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 54dde89..26181f6 100644 --- a/README.md +++ b/README.md @@ -265,14 +265,17 @@ The screen on which every other node renders. - __dockBorders__ - automatically "dock" borders with other elements instead of overlapping, depending on position (__experimental__). for example: These border-overlapped elements: - ┌─────────┌─────────┐ - │ box1 │ box2 │ - └─────────└─────────┘ +``` +┌─────────┌─────────┐ +│ box1 │ box2 │ +└─────────└─────────┘ +``` Become: - ┌─────────┬─────────┐ - │ box1 │ box2 │ - └─────────┴─────────┘ - +``` +┌─────────┬─────────┐ +│ box1 │ box2 │ +└─────────┴─────────┘ +``` - __fullUnicode__ - allow for rendering of East Asian double-width characters. also enable proper rendering of utf-16 surrogate pairs. this allows you to display text above the basic multilingual plane. this is behind an option