Skip to content

Commit cc64cf8

Browse files
committed
Fix some formatting with pre blocks in table
1 parent 4a2bfdc commit cc64cf8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/interapplication-communication/bridgetalk-class.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,13 @@ Retrieves a list of messaging-enabled applications installed on this computer.
304304
| | | |
305305
| | | Specify only a major version number to return the highest minor-version variation. |
306306
| | | |
307-
| | | For example, if Photoshop CS versions 9, 9.5, and 10 are installed: <pre lang="javascript">BridgeTalk.getTargets( "9" )<br/>=> [photoshop-9.5]</pre> |
307+
| | | For example, if Photoshop CS versions 9, 9.5, and 10 are installed |
308308
| | | |
309-
| | | Specify a negative value to return all versions up to the absolute value of the version number. For example: <pre lang="javascript">BridgeTalk.getTargets( "-9.9" )<br/>=> [photoshop-9.0, photoshop-9.5]</pre> |
309+
| | | <pre lang="javascript">BridgeTalk.getTargets( "9" )<br/>=> [photoshop-9.5]</pre> |
310+
| | | |
311+
| | | Specify a negative value to return all versions up to the absolute value of the version number. For example |
312+
| | | |
313+
| | | <pre lang="javascript">BridgeTalk.getTargets( "-9.9" )<br/>=> [photoshop-9.0, photoshop-9.5]</pre> |
310314
+-----------+--------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
311315
| `locale` | String | Optional. The specific locale to search for, or null to `return` applications for all locales, with locale information. If not supplied when version is supplied, returns specifiers with version information only. |
312316
+-----------+--------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)