Skip to content

Commit bdb88e1

Browse files
committed
Fix inline doublespace regexp getting evaluated
1 parent fe4b9b3 commit bdb88e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/updating-legacy-docs/converting-rst-to-md.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,10 @@ See [this repo issue](https://github.com/docsforadobe/docsforadobe.dev/issues/7)
223223
- Value ranges should be formatted as: `` `[0.0..10800.0]` `` (surrounded by backticks, two periods between min and max)
224224
- Sort class properties into "Attributes" and "Methods"
225225
- Alphabetically sort methods and attributes
226-
- Inline doublespace (`(?<![\n\r\| ])( ){2,}(?![ \|])`)
226+
- Inline doublespace
227+
```regexp
228+
(?<![\n\r\| ])( ){2,}(?![ \|])
229+
```
227230
- Bad indent (two not 4 spaces) `^ {2}\S+`
228231
- Remove unnecessary `<br/>`
229232

0 commit comments

Comments
 (0)