https://bugs.kde.org/show_bug.cgi?id=360603
Albert Astals Cid <aa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/oku | |lar/4931385777ce9fa55c8b52f | |5009603b2b6d58d7f Status|UNCONFIRMED |RESOLVED --- Comment #1 from Albert Astals Cid <aa...@kde.org> --- Git commit 4931385777ce9fa55c8b52f5009603b2b6d58d7f by Albert Astals Cid, on behalf of Julian Wolff. Committed on 24/08/2017 at 23:05. Pushed by aacid into branch 'master'. add markdown support Summary: Adds support for Markdown documents Test Plan: Open a Markdown (.md) document in Okular Reviewers: #okular, aacid Reviewed By: #okular, aacid Subscribers: michaelweghorn, aacid Tags: #okular Differential Revision: https://phabricator.kde.org/D7382 A +36 -0 cmake/modules/FindDiscount.cmake M +11 -0 generators/CMakeLists.txt A +22 -0 generators/markdown/CMakeLists.txt A +2 -0 generators/markdown/Messages.sh A +177 -0 generators/markdown/converter.cpp [License: GPL (v2+)] A +47 -0 generators/markdown/converter.h [License: GPL (v2+)] A +19 -0 generators/markdown/debug_md.h [License: GPL (v2+)] A +37 -0 generators/markdown/generator_md.cpp [License: GPL (v2+)] A +27 -0 generators/markdown/generator_md.h [License: GPL (v2+)] A +26 -0 generators/markdown/libokularGenerator_md.json A +13 -0 generators/markdown/okularApplication_md.desktop A +7 -0 generators/markdown/okularMd.desktop A +14 -0 generators/markdown/org.kde.mobile.okular_md.desktop A +13 -0 generators/markdown/org.kde.okular-md.metainfo.xml M +1 -0 okular.categories https://commits.kde.org/okular/4931385777ce9fa55c8b52f5009603b2b6d58d7f -- You are receiving this mail because: You are the assignee for the bug.