string-replace is new of emacs 28, while replace-regexp-in-string is quite old. This avoids the backport, and should be a tad faster since it don't have to waste cycle to regexp-quote "\n". Tested on emacs 27.2 Signed-off-by: Justin Abrahms <justin@abrah.ms>
ox-gemini
This adds support for exporting org files in gemini format. Many things in here were taken from the ascii exporter, from which this one derives.
- Read more about gemini here: https://gemini.circumlunar.space/
 - Read more about org-mode here: https://orgmode.org/
 
License
This software is licensed under GPLv3.
					Languages
				
				
								
								
									Emacs Lisp
								
								90.3%
							
						
							
								
								
									Makefile
								
								9.7%