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