api_notable_list_2020.md: format

This commit is contained in:
Yann Cébron 2020-10-01 16:15:29 +02:00
parent e83ed6882c
commit b45a406b79

View File

@ -10,7 +10,7 @@ We've published our roadmap for the IntelliJ Platform for 2020: [Part I](https:/
### Notable Changes in IntelliJ Platform 2020.3
Reparsing of `IReparseableLeafElementType`
: For elements whose 'IElementType' implements this interface, platform attempts reparse when a modification is made right before or after the leaf element preventing reparsing the whole file.
: For elements whose `IElementType` implements this interface, platform attempts reparse when a modification is made right before or after the leaf element preventing reparsing the whole file.
Generating HTML fragments
: Use `com.intellij.openapi.util.text.HtmlBuilder` for generating formatted content, e.g., for [Documentation](/reference_guide/custom_language_support/documentation.md).