textual-markdown icon indicating copy to clipboard operation
textual-markdown copied to clipboard

Results 11 textual-markdown issues
Sort by recently updated
recently updated
newest added

Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 2.1.0 to 2.2.0. Release notes Sourced from markdown-it-py's releases. v2.2.0 What's Changed ⬆️ UPGRADE: Allow linkify-it-py v2 by @​hukkin in #218 🐛 FIX: CVE-2023-26303 by @​chrisjsewell in...

dependencies

From [demo.md](https://github.com/willmcgugan/textual-markdown/blob/d7288400104c49c1bcce072ede10bae45147947e/demo.md#fences): "In the future I think we could add controls to export the code, copy to the clipboard. Heck, even run it and show the output?" This is going...

If there is one level missing in the hierarchy of headings, textual-markdown exits with a `"TypeError: 'str' object is not callable"` : ``` # level 1 ### level 3 ```...

Here's a video snippet. [Screencast from 2022-12-23 10-08-26.webm](https://user-images.githubusercontent.com/49108421/209390732-e14b887b-fff5-414f-aab8-f58807fc48a7.webm) Thanks for all your work!

Other issue is using relative imports with `textual run` devtool

Tried both Mac OS and Ubuntu with python 3.9, and got following error. `Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py",...

```markdown # This is a test Is there no space between words when while reflowing a paragraph? ``` ![Screenshot_20221217_130120](https://user-images.githubusercontent.com/9155111/208240960-90d70555-6c8f-43a4-8b88-87787dc5eb77.png)

This adds a keyboard shortcut, 'r', to reload the markdown file from disk. Useful for reloading when actively editing the file