Skip to content

Commit

Permalink
#11 - change shorthand for ~ to ~&
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking committed Mar 7, 2020
1 parent b57df1e commit 198549c
Show file tree
Hide file tree
Showing 6 changed files with 1,357 additions and 1,486 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,16 @@ In the markdown editor we never refernce the original image, and this is why we

### Assets Shorthand

The tilde character `~` is a shorthand to the full path of the asset directory so this:
The tilde character `~&` is a shorthand to the full path of the asset directory so this:

```
/Users/andrew/fast-author/ECS-Project/assets/f60fa70d-03b7-4970-ad24-d56586143204/versions/1582321723.png
![](~&/f60fa70d-03b7-4970-ad24-d56586143204/versions/1582321723.png)
```

will become this:

```
![](~/f60fa70d-03b7-4970-ad24-d56586143204/versions/1582321723.png)
/Users/andrew/fast-author/ECS-Project/assets/f60fa70d-03b7-4970-ad24-d56586143204/versions/1582321723.png
```

### Assets Manifest
Expand Down
Loading

0 comments on commit 198549c

Please sign in to comment.