We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4b9b3 commit bdb88e1Copy full SHA for bdb88e1
docs/updating-legacy-docs/converting-rst-to-md.md
@@ -223,7 +223,10 @@ See [this repo issue](https://github.com/docsforadobe/docsforadobe.dev/issues/7)
223
- Value ranges should be formatted as: `` `[0.0..10800.0]` `` (surrounded by backticks, two periods between min and max)
224
- Sort class properties into "Attributes" and "Methods"
225
- Alphabetically sort methods and attributes
226
-- Inline doublespace (`(?<![\n\r\| ])( ){2,}(?![ \|])`)
+- Inline doublespace
227
+ ```regexp
228
+ (?<![\n\r\| ])( ){2,}(?![ \|])
229
+ ```
230
- Bad indent (two not 4 spaces) `^ {2}\S+`
231
- Remove unnecessary `<br/>`
232
0 commit comments