Changed backticks to a single one for inline code
This commit is contained in:
parent
0cd566d22c
commit
997f877b98
@ -159,7 +159,7 @@ defaults write NSGlobalDomain WebKitDeveloperExtras -bool true
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Get Current Page Data
|
#### Get Current Page Data
|
||||||
Use ```get source``` or ```get text``` for the html source or text content.
|
Use `get source` or `get text` for the html source or text content.
|
||||||
```bash
|
```bash
|
||||||
osascript -e 'tell application "Safari" to get URL of current tab of front window'
|
osascript -e 'tell application "Safari" to get URL of current tab of front window'
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user