From f4f3d07989c5c68e3a941144e868ebdc109d9ba3 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 7 Apr 2023 15:50:05 +0200 Subject: [PATCH] sdk_style.md: Remove information about unused [//] # (title: ...) notation --- topics/intro/sdk_style.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/topics/intro/sdk_style.md b/topics/intro/sdk_style.md index c0c1caa9b..86dfc6a43 100644 --- a/topics/intro/sdk_style.md +++ b/topics/intro/sdk_style.md @@ -29,29 +29,12 @@ Each Markdown file **must** start with a copyright notice, formatted using HTML ``` -It **must** be followed by a header defining its title using the following notation: - - - -Define Level 1 heading: +It **must** be followed by a header defining its title using the level 1 heading: ``` # Contributing to the IntelliJ Platform SDK ``` - - - -Legacy notation, should be converted to New Format when editing a page: - -```yaml -[//]: # (title: Contributing to the IntelliJ Platform SDK) -``` - - - - - The page title should be as concise as possible, so it can be reused in the [](#table-of-contents) as is. #### Excerpt