From d2053be41efc3c34e8612fc45d7dc39893eefc55 Mon Sep 17 00:00:00 2001 From: Mathieu PATUREL Date: Sun, 5 Feb 2017 08:06:21 +1100 Subject: [PATCH] add messages for 2.4.x --- messages.json | 3 ++- messages/2.4.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 messages/2.4.txt diff --git a/messages.json b/messages.json index 0cf50c6..b3084fd 100644 --- a/messages.json +++ b/messages.json @@ -2,5 +2,6 @@ "install": "messages/install.txt", "1.1.2": "messages/1.1.2.txt", "2.0.1": "messages/2.0.1.txt", - "2.2.1": "messages/2.2.0.txt" + "2.2.1": "messages/2.2.0.txt", + "2.4.1": "messages/2.4.txt" } diff --git a/messages/2.4.txt b/messages/2.4.txt new file mode 100644 index 0000000..fb69629 --- /dev/null +++ b/messages/2.4.txt @@ -0,0 +1,10 @@ +Sorry to interrupt you... :( + +Some stuff changed on MarkdownLivePreview. It now supports YAML/TOML front matters. You can hide it, +or show it in a pre block (edit your settings for this). + +Hope you'll enjoy it! + +Tip of the day: If you want a VIM-like search feature, then just press 'ctrl/cmd+i' + (Find → Incremental find). You can still go the next match by pressing 'f3', and to + the previous one by pressing 'shift+f3'