Warning, /utilities/markdownpart/README.md is written in an unsupported language. File is not indexed.

0001 # Markdown Viewer KPart (QTextDocument-based)
0002 
0003 ## Introduction
0004 
0005 This repository contains software for the rendered display of Markdown documents:
0006 
0007 * a Markdown viewer [KParts](https://api.kde.org/frameworks/kparts/html/index.html) plugin, which allows KParts-using applications to display files in Markdown format in the target format
0008 
0009 The software is mainly a wrapper around the classes [QTextDocument](https://doc.qt.io/qt-5/qtextdocument.html) and [QTextBrowser](https://doc.qt.io/qt-5/qtextbrowser.html) from Qt's QWidgets library. The Markdown support is thus completely driven by the abilities of those classes.
0010 
0011 ## Using
0012 
0013 To use the MarkdownPart KParts plugin in a KParts-using applications, often you will need to configure that globally in the Plasma System Settings, and there in the "File Associations" page.
0014 Select the MIME type "text/markdown" and in the "Embedding" tab in the "Service Preference Order" group make sure "Markdown View (markdownpart)" is on top of the list.
0015 
0016 ## Issues
0017 
0018 Please report bugs and feature requests in the [KDE issue tracker](https://bugs.kde.org/enter_bug.cgi?product=markdownpart).