From b1de3377d070fde34d8b3a62aca7eb983c5a6ddc Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Sat, 1 Feb 2014 17:22:36 +0000 Subject: [PATCH] README.md syntax fixes Use a common list style (-, not *) and escape the # (or else Doxygen complains). --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 040e151..cc698ec 100644 --- a/README.md +++ b/README.md @@ -13,21 +13,21 @@ image formats. The following image formats have read-only support: -* DirectDraw Surface (dds) -* Gimp (xcf) -* OpenEXR (exr) -* Photoshop documents (psd) -* Sun Raster (ras) +- DirectDraw Surface (dds) +- Gimp (xcf) +- OpenEXR (exr) +- Photoshop documents (psd) +- Sun Raster (ras) The following image formats have read and write support: -* Encapsulated PostScript (eps) -* JPEG-2000 (jp2) -* Personal Computer Exchange (pcx) -* SGI images (rgb, rgba, sgi, bw) -* Softimage PIC (pic) -* Targa (tga): supports more formats than Qt's version -* XView (xv) +- Encapsulated PostScript (eps) +- JPEG-2000 (jp2) +- Personal Computer Exchange (pcx) +- SGI images (rgb, rgba, sgi, bw) +- Softimage PIC (pic) +- Targa (tga): supports more formats than Qt's version +- XView (xv) ## Contributing @@ -59,5 +59,5 @@ removed. - Home page: - Mailing list: -- IRC channel: #kde-devel on Freenode +- IRC channel: \#kde-devel on Freenode - Git repository: