diff options
author | Thanos Apollo <[email protected]> | 2024-09-05 18:58:29 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-09-05 18:59:32 +0300 |
commit | 8f0bb68c87843fee900b2bb10567fae96afe5186 (patch) | |
tree | 8b1f93c93a1c8ff9f61891da806d5c7e4c91453d | |
parent | 88a32f19180e36ce31f1819171ce9a9337c70568 (diff) |
demo: Update formatting (aesthetics).
* Adjust extras formatting of y-or-p exapmle to avoid breakage.
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2548,7 +2548,7 @@ If STRING-SECTION is nil, apply FACE to the entire STRING." (gnosis-add-note--cloze :deck deck-name :note "GNU Emacs is an extensible editor created by {{c1::Richard}} {{c1::Stallman}} in {{c2::1984::year}}" :tags note-tags - :extra "Emacs was originally implemented in 1976 on the MIT AI Lab's Incompatible Timesharing System (ITS), as a collection of TECO macros. The name “Emacs” was originally chosen as an abbreviation of “Editor MACroS”. =This version of Emacs=, GNU Emacs, was originally *written in 1984*") + :extra "Emacs was originally implemented in 1976 on the MIT AI Lab's Incompatible Timesharing System (ITS), as a collection of TECO macros. The name “Emacs” was originally chosen as an abbreviation of “Editor MACroS”. This version of Emacs, =GNU= =Emacs=, was originally written in _1984_") (gnosis-add-note--y-or-n :deck deck-name :question "Is GNU Emacs the unparalleled pinnacle of all software creation?" :hint "Duh" |