File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ provided by `tkinterweb`.
31
31
### Built With
32
32
33
33
- [ Pygments] ( https://github.com/pygments/pygments )
34
+ - [ Pymdownx] ( https://facelessuser.github.io/pymdown-extensions/ )
34
35
- [ Python] ( https://www.python.org/ )
35
36
- [ Python Markdown] ( https://github.com/Python-Markdown/markdown )
36
37
- [ tkinter] ( https://docs.python.org/3/library/tkinter.html )
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ provided by `tkinterweb`.
19
19
### Built With
20
20
21
21
- [ Pygments] ( https://github.com/pygments/pygments )
22
+ - [ Pymdownx] ( https://facelessuser.github.io/pymdown-extensions/ )
22
23
- [ Python] ( https://www.python.org/ )
23
24
- [ Python Markdown] ( https://github.com/Python-Markdown/markdown )
24
25
- [ tkinter] ( https://docs.python.org/3/library/tkinter.html )
Original file line number Diff line number Diff line change @@ -9,19 +9,20 @@ authors:
9
9
selection:
10
10
members:
11
11
- popup
12
- - on_scrollbar
13
- - on_mousewheel
14
12
- select_all
15
13
- find
16
14
- open_md_file
17
15
- save_as_md_file
18
16
- save_md_file
17
+ - save_as_html_file
19
18
- on_input_change
20
19
- load_style
21
- - check_markdown
20
+ - check_markdown_highlighting
22
21
- apply_markdown_both_sides
23
22
- remove_markdown_both_sides
24
- - check_bold_italic
23
+ - check_markdown_both_sides
24
+ - change_template
25
+ - enable_edit
25
26
rendering:
26
27
show_root_heading: true
27
28
show_source: false
You can’t perform that action at this time.
0 commit comments