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