From 53a3a94a5086c63bed5ad0ea9e94fd6afb121676 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 15 Sep 2020 17:26:35 +0200 Subject: [PATCH] add markdown shortcuts to the code extension page --- docs/src/docPages/api/extensions/code.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/docPages/api/extensions/code.md b/docs/src/docPages/api/extensions/code.md index 147a9b13..33303010 100644 --- a/docs/src/docPages/api/extensions/code.md +++ b/docs/src/docPages/api/extensions/code.md @@ -1,6 +1,8 @@ # Code The Code extensions enables you to use the `` HTML tag in the editor. If you paste in text with `` tags it will rendered accordingly. +Type something with \`back-ticks around\` and it will be magically transformed to `inline code` while you type. + ## Options | Option | Type | Default | Description | | ------ | ------ | ------- | -------------------------------------------- |