diff --git a/python/articles/2.Basic_extension.md b/python/articles/2.Basic_extension.md index 75cae5f..456e904 100644 --- a/python/articles/2.Basic_extension.md +++ b/python/articles/2.Basic_extension.md @@ -14,7 +14,7 @@ This file contain information which are displayed in Falkon settings and some co ### Example file -``` +```ini [Desktop Entry] Name=Example Python Comment=Example Python extension diff --git a/python/articles/3.Adding_a_button_to_the_toolbar.md b/python/articles/3.Adding_a_button_to_the_toolbar.md index 50d4117..455364c 100644 --- a/python/articles/3.Adding_a_button_to_the_toolbar.md +++ b/python/articles/3.Adding_a_button_to_the_toolbar.md @@ -9,7 +9,7 @@ It feels like a paperwork but it has to be done. *metadata.desktop* -``` +```ini [Desktop Entry] Name=Falkon Python Tutorial 3 Comment=Adding a button to the toolbar diff --git a/qml/articles/2.Basic_extension.md b/qml/articles/2.Basic_extension.md index 0225208..9f64735 100644 --- a/qml/articles/2.Basic_extension.md +++ b/qml/articles/2.Basic_extension.md @@ -19,7 +19,7 @@ some configuration. ### Example file -``` +```ini [Desktop Entry] Name=Example QML Comment=Example QML extension