diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-02-14 23:00:46 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-02-14 23:00:46 +0300 |
commit | 5968d8b49e90e9636cc221000f699a85e87c46fe (patch) | |
tree | 6a0746a950a79d8aa85b5767a62b0ac4305bcc31 | |
parent | 77f24d0bb7defa94129fec9bba55e83297f45def (diff) | |
download | sciteco-5968d8b49e90e9636cc221000f699a85e87c46fe.tar.gz |
README: insert image using markdown tag and try to center icon
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -16,8 +16,7 @@ as far as possible. For instance, moving the cursor to the right can be done imm When you delete a character from the end of the command line macro (called rubout), the side-effects of that character which may be a command or part of a command, are undone. -<img align="left" alt="SciTECO demo" src="https://sciteco.sourceforge.net/graphics/sciteco-ncurses.gif"/> -<br/> + SciTECO uses the [Scintilla](http://www.scintilla.org/) editor component and supports GTK+ 3 as well as Curses frontends (using [Scinterm](http://foicica.com/scinterm/)). @@ -142,4 +141,4 @@ Additional Documentation * A [short presentation](http://sciteco.sf.net/manuals/presentation.pdf) (in German!) hold at [Netz39](http://www.netz39.de/). -<img align="middle" alt="SciTECO icon" src="ico/sciteco-48.png"/> +<p align="center"><img alt="SciTECO icon" src="ico/sciteco-48.png"/></p> |