Преглед на файлове

Docs: Escaped `<li>` strings in API docs and the page now is being rendered correctly. Closes #7337.

Kamil Piechaczek преди 5 години
родител
ревизия
9f99ff980a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      packages/ckeditor5-list/src/utils.js

+ 2 - 2
packages/ckeditor5-list/src/utils.js

@@ -26,8 +26,8 @@ export function createViewListItemElement( writer ) {
 
 
 /**
 /**
  * Helper function that creates a `<ul><li></li></ul>` or (`<ol>`) structure out of the given `modelItem` model `listItem` element.
  * Helper function that creates a `<ul><li></li></ul>` or (`<ol>`) structure out of the given `modelItem` model `listItem` element.
- * Then, it binds the created view list item (<li>) with the model `listItem` element.
- * The function then returns the created view list item (<li>).
+ * Then, it binds the created view list item (`<li>`) with the model `listItem` element.
+ * The function then returns the created view list item (`<li>`).
  *
  *
  * @param {module:engine/model/item~Item} modelItem Model list item.
  * @param {module:engine/model/item~Item} modelItem Model list item.
  * @param {module:engine/conversion/upcastdispatcher~UpcastConversionApi} conversionApi Conversion interface.
  * @param {module:engine/conversion/upcastdispatcher~UpcastConversionApi} conversionApi Conversion interface.