mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
sdk_style.md: Remove information about unused [//] # (title: ...) notation
This commit is contained in:
parent
95aca84917
commit
f4f3d07989
@ -29,29 +29,12 @@ Each Markdown file **must** start with a copyright notice, formatted using HTML
|
|||||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||||
```
|
```
|
||||||
|
|
||||||
It **must** be followed by a header defining its title using the following notation:
|
It **must** be followed by a header defining its title using the level 1 heading:
|
||||||
|
|
||||||
<tabs>
|
|
||||||
<tab title="New Format">
|
|
||||||
Define Level 1 heading:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
# Contributing to the IntelliJ Platform SDK
|
# Contributing to the IntelliJ Platform SDK
|
||||||
```
|
```
|
||||||
|
|
||||||
</tab>
|
|
||||||
|
|
||||||
<tab title="Legacy Format">
|
|
||||||
Legacy notation, should be converted to New Format when editing a page:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
[//]: # (title: Contributing to the IntelliJ Platform SDK)
|
|
||||||
```
|
|
||||||
|
|
||||||
</tab>
|
|
||||||
|
|
||||||
</tabs>
|
|
||||||
|
|
||||||
The page title should be as concise as possible, so it can be reused in the [](#table-of-contents) as is.
|
The page title should be as concise as possible, so it can be reused in the [](#table-of-contents) as is.
|
||||||
|
|
||||||
#### Excerpt
|
#### Excerpt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user