From 211d25253ec6f5a067affae77308007224b5f33d Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Fri, 14 Oct 2016 17:35:35 +0800 Subject: Update to support wrap syntax for code block --- public/docs/features.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/docs/features.md') diff --git a/public/docs/features.md b/public/docs/features.md index 33dcdb86..270bf77b 100644 --- a/public/docs/features.md +++ b/public/docs/features.md @@ -171,6 +171,12 @@ var s = "JavaScript syntax highlighting"; alert(s); ``` +> Somtimes you have a super long text without breaks. It's time to use `!` to wrap your code. + +```! +When you’re a carpenter making a beautiful chest of drawers, you’re not going to use a piece of plywood on the back. +``` + ### Blockquote Tags: > Using the syntax below to specifiy your **name, time and color** to vary the blockquotes. > [name=ChengHan Wu] [time=Sun, Jun 28, 2015 9:59 PM] [color=#907bf7] -- cgit v1.2.3