diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2017-09-23 22:16:30 -0700 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2017-09-23 22:16:30 -0700 |
commit | 3d0b692517be185e825a4e55f485082235999a58 (patch) | |
tree | 4ca10dd48b31a34b9ca0da752ce723e61a7be414 /example/demo.rst | |
parent | 308a06134d7749638c7ba3afcc4031f31ba09930 (diff) | |
download | presentty-urwid-monkeypatch.tar.gz presentty-urwid-monkeypatch.tar.xz presentty-urwid-monkeypatch.zip |
Monkeypatch urwid to allow for italics and strikethrough formattingpresentty-urwid-monkeypatch
Diffstat (limited to 'example/demo.rst')
-rw-r--r-- | example/demo.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/example/demo.rst b/example/demo.rst index ad8ae77..7680cf4 100644 --- a/example/demo.rst +++ b/example/demo.rst @@ -87,6 +87,18 @@ Line Blocks (From "The Cloud", Percy Bysshe Shelley) +Formatting +========== + +.. role:: strike + +With the proper terminal types, you can format text in a variety of ways: + +* Normal +* *Italic* +* **Bold** +* :strike:`Strikethrough` + Dissolve Transition =================== Transitions may be "dissolve," where one slide cross-fades into the next... |