From 4108b537f25c67c25f5dfcd036f396c60974d70f Mon Sep 17 00:00:00 2001 From: curtvict <96080054+curtvict@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:33:15 -0700 Subject: [PATCH] Update default option documentation Adding `linkify` and `linkTarget` to default option documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b21c5f8..38036f2 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ var md = new Remarkable({ xhtmlOut: false, // Use '/' to close single tags (
) breaks: false, // Convert '\n' in paragraphs into
langPrefix: 'language-', // CSS language prefix for fenced blocks + linkify: true, // autoconvert URL-like texts to links + linkTarget: '', // set target to open link in // Enable some language-neutral replacement + quotes beautification typographer: false,