Skip to content

Commit 95e7a7c

Browse files
authored
Merge pull request #153 from artiomn/master
MART - QT GUI for the Markdown Tool
2 parents ed22878 + a40b736 commit 95e7a7c

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

_tools/mart.md

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: MART
3+
category: "documents"
4+
description: "Simple QT GUI for the Markdown Tool."
5+
icon: mart.png
6+
website: https://github.com/artiomn/mart_gui
7+
syntax:
8+
- id: headings
9+
available: y
10+
- id: paragraphs
11+
available: y
12+
- id: line-breaks
13+
available: y
14+
- id: bold
15+
available: y
16+
- id: italic
17+
available: y
18+
- id: blockquotes
19+
available: y
20+
- id: ordered-lists
21+
available: y
22+
- id: unordered-lists
23+
available: y
24+
- id: code
25+
available: y
26+
- id: horizontal-rules
27+
available: y
28+
- id: links
29+
available: y
30+
- id: images
31+
available: y
32+
- id: tables
33+
available: y
34+
- id: fenced-code-blocks
35+
available: y
36+
- id: syntax-highlighting
37+
available: y
38+
- id: footnotes
39+
available: n
40+
- id: heading-ids
41+
available: n
42+
- id: definition-lists
43+
available: n
44+
- id: strikethrough
45+
available: y
46+
- id: task-lists
47+
available: y
48+
- id: emoji-cp
49+
available: y
50+
- id: emoji-sc
51+
available: n
52+
- id: highlight
53+
available: n
54+
- id: subscript
55+
available: n
56+
- id: superscript
57+
available: n
58+
- id: auto-url-linking
59+
available: y
60+
- id: disabling-auto-url
61+
available: y
62+
- id: html
63+
available: y
64+
see-also:
65+
- name: Markdown Tool
66+
link: https://github.com/artiomn/markdown_articles_tool
67+
---
68+
69+
[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.
70+
71+
{% include image.html file="/assets/images/tools/mart.png" alt="Markdown Articles Tool QT GUI" %}
72+
73+
{% include tool-syntax-table.html %}

assets/images/mart.png

990 Bytes
Loading

assets/images/tools/mart.png

53.7 KB
Loading

0 commit comments

Comments
 (0)