Laam Pui
Laam Pui
5. Three percentage columns(n.5) 要求 1. wrapper 右对齐且占据50%宽度 2. navigation、extra 宽度25%,依次位于content左侧  7. Three fixed columns(n.7) 要求 1. container 宽度700px且居中 2. wrapper 居中且宽度400px 3. extra、navigation 150px,依次位于content两侧 
# Request type - [x] Please close this issue, I accidentally submitted it without adding any details - [ ] New documentation - [x] Correction or update # Details The...
remove unnecessary newline in js-mode `function` snippet. before: ```js setTimeout(function () { } ) ``` after removed the newline: ```js setTimout(function () { }) ```
this is the `init.el` file ```elisp (load "~/.emacs.d/elpa/auto-rename-tag-20220616.1856/auto-rename-tag.el") (require 'auto-rename-tag) (add-hook 'html-mode-hook #'auto-rename-tag-mode) ``` Assuming this `demo.html` has some conflicts and `smerge-mode` turned on when `smerge-mode` turned on, if I...