@@ -21,29 +21,32 @@ Write neat notes without bothering about all the typography rules.
21
21
22
22
## Contents
23
23
- [ Typopo extension for VS Code] ( #typopo-extension-for-vs-code )
24
- - [Fix typos in code](#fix-typos-in-code)
25
- - [Fix typos in Markdown notes](#fix-typos-in-markdown-notes)
26
- - [Contents](#contents)
27
- - [Use](#use)
28
- - [Settings](#settings)
29
- - [Features](#features)
30
- - [Further use](#further-use)
31
- - [News & Releases](#news-releases)
32
- - [Support](#support)
33
- - [Feedback](#feedback)
34
- - [License](#license)
24
+ - [ Fix typos in code] ( #fix-typos-in-code )
25
+ - [ Fix typos in Markdown notes] ( #fix-typos-in-markdown-notes )
26
+ - [ Contents] ( #contents )
27
+ - [ Use] ( #use )
28
+ - [ Settings] ( #settings )
29
+ - [ Features] ( #features )
30
+ - [ Further use] ( #further-use )
31
+ - [ News & Releases] ( #news-releases )
32
+ - [ Support] ( #support )
33
+ - [ Feedback] ( #feedback )
34
+ - [ License] ( #license )
35
35
36
36
## Use
37
37
1 . Select text you wish to fix
38
38
2 . Fix it, either by ` Typopo: Fix Typos ` via menu or via ` Ctrl+Alt+T ` (Win) or ` Ctrl+Cmd+T ` (Mac).
39
39
40
40
## Settings
41
- You can set a default language and choose whether you wish to keep or remove empty lines. You can fix microtypography for:
42
- - English,
43
- - German,
44
- - Rusyn,
45
- - Czech,
46
- - Slovak texts.
41
+ You can set:
42
+ - a default language for typography rules:
43
+ - English
44
+ - German
45
+ - Rusyn
46
+ - Czech
47
+ - Slovak
48
+ - choose to keep/remove empty lines
49
+ - choose to keep/remove whitespaces before a nested Markdown list
47
50
48
51
![ Typopo Settings in VS Code] ( assets/typopo--vs-code-settings.png " Typopo Settings in VS Code ")
49
52
0 commit comments