Skip to content

Commit c5deef2

Browse files
authored
Update images.md
Even though having ordered lists all be "1." is valid markdown, it doesn't render correctly on the page.
1 parent 8901188 commit c5deef2

File tree

1 file changed

+2
-2
lines changed
  • libraries/radpdfprocessing/cross-platform

1 file changed

+2
-2
lines changed

libraries/radpdfprocessing/cross-platform/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ PdfProcessing comes with a default implementation for such resolver called `Imag
4040

4141
In case you have specific requirements and the default ImagePropertiesResolver doesn't fit them, you can implement custom logic that can handle them. To achieve that, you should:
4242
1. inherit the `Telerik.Windows.Documents.Core.Imaging.ImagePropertiesResolverBase` class
43-
1. implement its members
44-
1. assign an instance of the custom implementation to the `FixedExtensibilityManager.ImagePropertiesResolver` property
43+
2. implement its members
44+
3. assign an instance of the custom implementation to the `FixedExtensibilityManager.ImagePropertiesResolver` property
4545

4646
## JpegImageConverter
4747

0 commit comments

Comments
 (0)