Skip to content

Commit

Permalink
Fix github markdown highlighting in migration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge11ert committed Jun 6, 2023
1 parent 07eff9f commit e3c9d5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Nothing changed. We just moved the package to the new scope — `@funboxteam`.

Complete refactoring of imports. If some data structure to be used in a file, you now need to import it explicitly in that file.

Changes in attributes example description. If an example should contain multiple values, don't add backticks (`):
Changes in attributes example description. If an example should contain multiple values, don't add backticks:

```
+ Attributes
+ foo: 1,2,3 (array[number])
+ bar: `single value` (string)
+ foo: 1,2,3 (array[number]) - no bacticks around multiple values
+ bar: `single value` (string) - backticks around single example value
```

## 3.38.0 → 3.39.0
Expand Down
6 changes: 3 additions & 3 deletions MIGRATION.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Complete refactoring of imports. If some data structure to be used in a file, yo
в этот файл.

Изменения в описании примеров значения атрибута. Если пример должен содержать несколько значений, не нужно добавлять
бэктики (`):
бэктики:

```
+ Attributes
+ foo: 1,2,3 (array[number])
+ bar: `single value` (string)
+ foo: 1,2,3 (array[number]) - для нескольких значений бэктики не используются
+ bar: `single value` (string) - пример с одним значением, заключенным в бэктики
```

## 3.38.0 → 3.39.0
Expand Down

0 comments on commit e3c9d5c

Please sign in to comment.