Skip to content

Commit

Permalink
Merge pull request #153 from artiomn/master
Browse files Browse the repository at this point in the history
MART - QT GUI for the Markdown Tool
  • Loading branch information
mattcone authored May 26, 2024
2 parents ed22878 + a40b736 commit 95e7a7c
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions _tools/mart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
title: MART
category: "documents"
description: "Simple QT GUI for the Markdown Tool."
icon: mart.png
website: https://github.com/artiomn/mart_gui
syntax:
- id: headings
available: y
- id: paragraphs
available: y
- id: line-breaks
available: y
- id: bold
available: y
- id: italic
available: y
- id: blockquotes
available: y
- id: ordered-lists
available: y
- id: unordered-lists
available: y
- id: code
available: y
- id: horizontal-rules
available: y
- id: links
available: y
- id: images
available: y
- id: tables
available: y
- id: fenced-code-blocks
available: y
- id: syntax-highlighting
available: y
- id: footnotes
available: n
- id: heading-ids
available: n
- id: definition-lists
available: n
- id: strikethrough
available: y
- id: task-lists
available: y
- id: emoji-cp
available: y
- id: emoji-sc
available: n
- id: highlight
available: n
- id: subscript
available: n
- id: superscript
available: n
- id: auto-url-linking
available: y
- id: disabling-auto-url
available: y
- id: html
available: y
see-also:
- name: Markdown Tool
link: https://github.com/artiomn/markdown_articles_tool
---

[Markdown ARticles Tool GUI](https://github.com/artiomn/mart_gui) is Qt GUI for the [Markdown Articles Tool](https://github.com/artiomn/markdown_articles_tool). You can download text with images using deduplication and convert to the different formats. The Markdown ARticles Tool GUI is available for macOS, Windows, and Linux.

{% include image.html file="/assets/images/tools/mart.png" alt="Markdown Articles Tool QT GUI" %}

{% include tool-syntax-table.html %}
Binary file added assets/images/mart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/tools/mart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95e7a7c

Please sign in to comment.