gitextract_gk7ypw4z/ ├── .dir-locals.el ├── .elpaignore ├── .github/ │ └── workflows/ │ └── gh-docs.yml ├── .gitignore ├── CHANGELOG ├── LICENSE ├── Makefile ├── NEWS ├── README-elpa ├── README.org ├── docs/ │ ├── .nojekyll │ ├── Makefile │ ├── articles/ │ │ ├── 2023-08-20T183400_how-to-buffer-window.org │ │ └── 2023-08-20T184309_C_how-to-set-icons-to-be-svg-images.md │ ├── fdl.texi │ ├── marginalia.org │ ├── org-remark.org │ └── resources/ │ ├── manual.css │ ├── reset.css │ └── style.css ├── org-remark-convert-legacy.el ├── org-remark-eww.el ├── org-remark-global-tracking.el ├── org-remark-icon.el ├── org-remark-info.el ├── org-remark-line.el ├── org-remark-nov.el └── org-remark.el