SkippedScopes
StylesPath = styles
SkippedScopes = script, style, pre
[*.md]
BasedOnStyles = ValeThis is a sentence that contains normal text.
```python
# This is a code block.
print("Hello, world!")
```
Another normal sentence.StylesPath = styles
SkippedScopes = script, style, pre
[*.md]
BasedOnStyles = ValeThis is a sentence that contains normal text.
```python
# This is a code block.
print("Hello, world!")
```
Another normal sentence.