Skip to content

Commit

Permalink
Merge pull request #265 from ms10596/master
Browse files Browse the repository at this point in the history
fix broken images in image-syntax file
  • Loading branch information
yhatt authored Dec 4, 2020
2 parents f06dfaa + 2fd3d87 commit b0fc5fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/image-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The advanced backgrounds support [multiple backgrounds][multiple], [split backgr

<span class="image">

[<img src="/assets/image-syntax/multiple-bg.png" alt="Multiple backgrounds" />](/assets/image-syntax/multiple-bg.png ':ignore')
[<img src="https://github.com/marp-team/marpit/blob/master/docs/assets/image-syntax/multiple-bg.png?raw=true" alt="Multiple backgrounds" />](/assets/image-syntax/multiple-bg.png ':ignore')

</span>
</div>
Expand All @@ -139,7 +139,7 @@ You may change alignment direction from horizontal to vertical, by using `vertic

<span class="image">

[<img src="/assets/image-syntax/multiple-bg-vertical.png" alt="Multiple backgrounds with vertical direction" />](/assets/image-syntax/multiple-bg-vertical.png ':ignore')
[<img src="https://github.com/marp-team/marpit/blob/master/docs/assets/image-syntax/multiple-bg-vertical.png?raw=true" alt="Multiple backgrounds with vertical direction" />](/assets/image-syntax/multiple-bg-vertical.png ':ignore')

</span>
</div>
Expand All @@ -160,7 +160,7 @@ The space of a slide content will shrink to the right side.

<span class="image">

[<img src="/assets/image-syntax/split-background.jpg" alt="Split backgrounds" />](/assets/image-syntax/split-background.jpg ':ignore')
[<img src="https://github.com/marp-team/marpit/blob/master/docs/assets/image-syntax/split-background.jpg?raw=true" alt="Split backgrounds" />](/assets/image-syntax/split-background.jpg ':ignore')

</span>
</div>
Expand All @@ -180,7 +180,7 @@ The space of a slide content will shrink to the left side.

<span class="image">

[<img src="/assets/image-syntax/split-multiple-bg.jpg" alt="Split + Multiple BGs" />](/assets/image-syntax/split-multiple-bg.jpg ':ignore')
[<img src="https://github.com/marp-team/marpit/blob/master/docs/assets/image-syntax/split-multiple-bg.jpg?raw=true" alt="Split + Multiple BGs" />](/assets/image-syntax/split-multiple-bg.jpg ':ignore')

</span>
</div>
Expand All @@ -203,7 +203,7 @@ Since v1.1.0, Marpit can specify split size for background by percentage like `l

<span class="image">

[<img src="/assets/image-syntax/split-bg-with-size.jpg" alt="Split backgrounds with specified size" />](/assets/image-syntax/split-bg-with-size.jpg ':ignore')
[<img src="https://github.com/marp-team/marpit/blob/master/docs/assets/image-syntax/split-bg-with-size.jpg?raw=true" alt="Split backgrounds with specified size" />](/assets/image-syntax/split-bg-with-size.jpg ':ignore')

</span>
</div>
Expand Down

0 comments on commit b0fc5fa

Please sign in to comment.