-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Made the guide easier to understand for non-techies. Reverted t…
…he demo content so it resembles something that users may actually create in real-life.
- Loading branch information
Showing
2 changed files
with
7 additions
and
26 deletions.
There are no files selected for viewing
25 changes: 6 additions & 19 deletions
25
packages/ckeditor5-select-all/docs/_snippets/features/select-all.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,13 @@ | ||
<div id="editor"> | ||
<h2>The three greatest things you learn from traveling</h2> | ||
|
||
<figure class="image image-style-side"><img src="%BASE_PATH%/assets/img/volcano.jpg" alt="A lone wanderer looking at Mount Bromo volcano in Indonesia."> | ||
<figcaption>Leaving your comfort zone might lead you to such beautiful sceneries like this one.</figcaption> | ||
</figure> | ||
|
||
<p>Like all the great things on earth traveling teaches us by example. Here are some of the most precious lessons I’ve learned over the years of traveling.</p> | ||
|
||
<figure class="table"> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<h3>Appreciation of diversity</h3> | ||
<h3>Appreciation of diversity</h3> | ||
|
||
<p>Getting used to an entirely different culture can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p> | ||
</td> | ||
<td> | ||
<p>Leaving your comfort zone might lead you to such beautiful sceneries like this one.</p> | ||
<figure class="image"> | ||
<img src="%BASE_PATH%/assets/img/volcano.jpg" alt="A lone wanderer looking at Mount Bromo volcano in Indonesia."> | ||
<figcaption>Mount Bromo, Indonesia.</figcaption> | ||
</figure> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</figure> | ||
<p>Getting used to an entirely different culture can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters