Добавлено обрамление выделенного текста прии нажатии '_' в markdown
This commit is contained in:
parent
ef4a636623
commit
c50768ba56
|
@ -683,6 +683,9 @@ namespace eval Editor {
|
|||
grave {
|
||||
QuotSelection $txt {`}
|
||||
}
|
||||
underscore {
|
||||
QuotSelection $txt {_}
|
||||
}
|
||||
parenleft {
|
||||
# QuotSelection $txt {)}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
|
|||
######################################################
|
||||
# Version: 2.0.0
|
||||
# Release: alpha
|
||||
# Build: 25112022123908
|
||||
# Build: 25112022125026
|
||||
######################################################
|
||||
|
||||
# определим текущую версию, релиз и т.д.
|
||||
|
|
Loading…
Reference in New Issue
Block a user