You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing biome
### PR fulfills these requirements
- [ ] Commit message(s) and PR title follows the format
`[fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made`
ex. `fix: DEV-XXXX: Removed inconsistent code usage causing intermittent
errors`
- [ ] Tests for the changes have been added/updated (for bug
fixes/features)
- [ ] Docs have been added/updated (for bug fixes/features)
- [ ] Best efforts were made to ensure docs/code are concise and
coherent (checked for spelling/grammatical errors, commented out code,
debug logs etc.)
- [ ] Self-reviewed and ran all changes on a local instance (for bug
fixes/features)
#### Change has impacts in these area(s)
_(check all that apply)_
- [ ] Product design
- [ ] Backend (Database)
- [ ] Backend (API)
- [ ] Frontend
### Describe the reason for change
_(link to issue, supportive screenshots etc.)_
#### What does this fix?
_(if this is a bug fix)_
#### What is the new behavior?
_(if this is a breaking or feature change)_
#### What is the current behavior?
_(if this is a breaking or feature change)_
#### What libraries were added/updated?
_(list all with version changes)_
#### Does this change affect performance?
_(if so describe the impacts positive or negative)_
#### Does this change affect security?
_(if so describe the impacts positive or negative)_
#### What alternative approaches were there?
_(briefly list any if applicable)_
#### What feature flags were used to cover this change?
_(briefly list any if applicable)_
### Does this PR introduce a breaking change?
_(check only one)_
- [ ] Yes, and covered entirely by feature flag(s)
- [ ] Yes, and covered partially by feature flag(s)
- [ ] No
- [ ] Not sure (briefly explain the situation below)
### What level of testing was included in the change?
_(check all that apply)_
- [ ] e2e
- [ ] integration
- [ ] unit
### Which logical domain(s) does this change affect?
_(for bug fixes/features, be as precise as possible. ex. Authentication,
Annotation History, Review Stream etc.)_
---------
Co-authored-by: Raul Martin <[email protected]>
Co-authored-by: Nikita Belonogov <[email protected]>
Co-authored-by: robot-ci-heartex <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/tags/text.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ meta_description: Customize Label Studio with the Text tag to annotate text for
7
7
---
8
8
9
9
The `Text` tag shows text that can be labeled. Use to display any type of text on the labeling interface.
10
-
You can use `<Style>.htx-text{ white-space: pre-wrap; }</Style>` to preserve all spaces in the text, otherwise spaces are trimmed when displayed and saved in the results.
10
+
You can use `<Style>.htx-text{ white-space: pre-wrap; }</Style>` to preserve all spaces in the text, otherwise spaces are trimmed when displayed and saved in the results.
11
11
Every space in the text sample is counted when calculating result offsets, for example for NER labeling tasks.
0 commit comments