Skip to content

Commit

Permalink
Docs: Removed excessive whitespaces from editor data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar authored Aug 22, 2023
1 parent 3d1a1c5 commit a6d828d
Showing 1 changed file with 8 additions and 32 deletions.
40 changes: 8 additions & 32 deletions packages/ckeditor5-list/docs/_snippets/features/todo-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,28 @@ <h3>Ingredients</h3>

<ul>
<li>
<label class="todo-list__label">
<input type="checkbox" disabled checked />
<span class="todo-list__label__description">2 eggs</span>
</label>
<label class="todo-list__label"><input type="checkbox" disabled checked /><span class="todo-list__label__description">2 eggs</span></label>
</li>
<li>
<label class="todo-list__label">
<input type="checkbox" disabled checked />
<span class="todo-list__label__description">2 cups all-purpose flour</span>
</label>
<label class="todo-list__label"><input type="checkbox" disabled checked /><span class="todo-list__label__description">2 cups all-purpose flour</span></label>
</li>
<li>
<label class="todo-list__label">
<input type="checkbox" disabled checked />
<span class="todo-list__label__description">1 3/4 cups milk</span>
</label>
<label class="todo-list__label"><input type="checkbox" disabled checked /><span class="todo-list__label__description">1 3/4 cups milk</span></label>
</li>
<li>
<label class="todo-list__label">
<input type="checkbox" disabled />
<span class="todo-list__label__description">1/2 cup vegetable oil</span>
</label>
<label class="todo-list__label"><input type="checkbox" disabled /><span class="todo-list__label__description">1/2 cup vegetable oil</span></label>
</li>
<li>
<label class="todo-list__label">
<input type="checkbox" disabled />
<span class="todo-list__label__description">1 tablespoon white sugar</span>
</label>
<label class="todo-list__label"><input type="checkbox" disabled /><span class="todo-list__label__description">1 tablespoon white sugar</span></label>
</li>
<li>
<label class="todo-list__label">
<input type="checkbox" disabled />
<span class="todo-list__label__description">4 teaspoons baking powder</span>
</label>
<label class="todo-list__label"><input type="checkbox" disabled /><span class="todo-list__label__description">4 teaspoons baking powder</span></label>
</li>
<li>
<label class="todo-list__label">
<input type="checkbox" disabled />
<span class="todo-list__label__description">1/4 teaspoon salt</span>
</label>
<label class="todo-list__label"><input type="checkbox" disabled /><span class="todo-list__label__description">1/4 teaspoon salt</span></label>
</li>
<li>
<label class="todo-list__label">
<input type="checkbox" disabled />
<span class="todo-list__label__description">1/2 teaspoon vanilla extract</span>
</label>
<label class="todo-list__label"><input type="checkbox" disabled /><span class="todo-list__label__description">1/2 teaspoon vanilla extract</span></label>
</li>
</ul>

Expand Down

0 comments on commit a6d828d

Please sign in to comment.