Skip to content

Commit

Permalink
Update documentation to reflect latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Apr 16, 2022
1 parent 3a7243c commit 2df61e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -31,6 +31,7 @@ provided by `tkinterweb`.
### Built With

- [Pygments](https://github.com/pygments/pygments)
- [Pymdownx](https://facelessuser.github.io/pymdown-extensions/)
- [Python](https://www.python.org/)
- [Python Markdown](https://github.com/Python-Markdown/markdown)
- [tkinter](https://docs.python.org/3/library/tkinter.html)
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Expand Up @@ -19,6 +19,7 @@ provided by `tkinterweb`.
### Built With

- [Pygments](https://github.com/pygments/pygments)
- [Pymdownx](https://facelessuser.github.io/pymdown-extensions/)
- [Python](https://www.python.org/)
- [Python Markdown](https://github.com/Python-Markdown/markdown)
- [tkinter](https://docs.python.org/3/library/tkinter.html)
Expand Down
9 changes: 5 additions & 4 deletions docs/reference/tkintermd-frame.md
Expand Up @@ -9,19 +9,20 @@ authors:
selection:
members:
- popup
- on_scrollbar
- on_mousewheel
- select_all
- find
- open_md_file
- save_as_md_file
- save_md_file
- save_as_html_file
- on_input_change
- load_style
- check_markdown
- check_markdown_highlighting
- apply_markdown_both_sides
- remove_markdown_both_sides
- check_bold_italic
- check_markdown_both_sides
- change_template
- enable_edit
rendering:
show_root_heading: true
show_source: false

0 comments on commit 2df61e2

Please sign in to comment.