Skip to content

Commit 2df61e2

Browse files
committed
Update documentation to reflect latest changes.
1 parent 3a7243c commit 2df61e2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ provided by `tkinterweb`.
3131
### Built With
3232

3333
- [Pygments](https://github.com/pygments/pygments)
34+
- [Pymdownx](https://facelessuser.github.io/pymdown-extensions/)
3435
- [Python](https://www.python.org/)
3536
- [Python Markdown](https://github.com/Python-Markdown/markdown)
3637
- [tkinter](https://docs.python.org/3/library/tkinter.html)

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ provided by `tkinterweb`.
1919
### Built With
2020

2121
- [Pygments](https://github.com/pygments/pygments)
22+
- [Pymdownx](https://facelessuser.github.io/pymdown-extensions/)
2223
- [Python](https://www.python.org/)
2324
- [Python Markdown](https://github.com/Python-Markdown/markdown)
2425
- [tkinter](https://docs.python.org/3/library/tkinter.html)

docs/reference/tkintermd-frame.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@ authors:
99
selection:
1010
members:
1111
- popup
12-
- on_scrollbar
13-
- on_mousewheel
1412
- select_all
1513
- find
1614
- open_md_file
1715
- save_as_md_file
1816
- save_md_file
17+
- save_as_html_file
1918
- on_input_change
2019
- load_style
21-
- check_markdown
20+
- check_markdown_highlighting
2221
- apply_markdown_both_sides
2322
- remove_markdown_both_sides
24-
- check_bold_italic
23+
- check_markdown_both_sides
24+
- change_template
25+
- enable_edit
2526
rendering:
2627
show_root_heading: true
2728
show_source: false

0 commit comments

Comments
 (0)