help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Questions Regarding Exports For 'pre' Tag In HTML Exports


From: Samuel Banya
Subject: Re: Questions Regarding Exports For 'pre' Tag In HTML Exports
Date: Sat, 19 Mar 2022 18:49:15 -0400
User-agent: Cyrus-JMAP/3.5.0-alpha0-4907-g25ce6f34a9-fm-20220311.001-g25ce6f34

Hey, 

Just as an update on this, the only thing that worked was to wrap it in a 
source block with 'pre' formatting, and to nuke the default formatting:
#+OPTIONS: html-style:nil
#+begin_src pre
    __  ___           _                 __  _                     
   /  |/  /_  _______(_)___ ___  ____ _/ /_(_)____  _  ____  ______
  / /|_/ / / / / ___/ / __ `__ \/ __ `/ __/ / ___/ | |/_/ / / /_  /
/ /  / / /_/ (__  ) / / / / / / /_/ / /_/ / /___ _>  </ /_/ / / /_
/_/  /_/\__,_/____/_/_/ /_/ /_/\__,_/\__/_/\___(_)_/|_|\__, / /___/
                                                      /____/      
#+end_src

Thanks again!

On Fri, Mar 18, 2022, at 9:06 PM, Emanuel Berg via Users list for the GNU Emacs 
text editor wrote:
> Samuel Banya wrote:
> 
> > I have a question regarding exporting an HTML block to
> > a live website.
> >
> > I basically am just trying to do some cool ASCII for my site
> > using pre-generated ASCII that I've copied and pasted into
> > a source block.
> 
> For ASCII: <pre>
> 
> For code: <source>
> 
> > Here's what I have in the block:
> >
> > #+begin_src html
> >                   _                 _   _                      
> >   /\/\  _   _ ___(_)_ __ ___   __ _| |_(_) ___  __  ___   _ ____
> >  /    \| | | / __| | '_ ` _ \ / _` | __| |/ __| \ \/ | | | |_  /
> > / /\/\ | |_| \__ | | | | | | | (_| | |_| | (__ _ >  <| |_| |/ /
> > \/    \/\__,_|___|_|_| |_| |_|\__,_|\__|_|\___(_/_/\_\\__, /___|
> >                                                       |___/    
> > #+end_src
> 
> Why? That isn't HTML even ...
> 
> -- 
> underground experts united
> https://dataswamp.org/~incal
> 
> 
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]