Добавлено обрамление выделенного текста прии нажатии '_' в markdown

This commit is contained in:
svkalinin
2022-11-25 12:51:21 +03:00
parent ef4a636623
commit c50768ba56
2 changed files with 4 additions and 1 deletions

View File

@@ -683,6 +683,9 @@ namespace eval Editor {
grave {
QuotSelection $txt {`}
}
underscore {
QuotSelection $txt {_}
}
parenleft {
# QuotSelection $txt {)}
}