Re: [O] How to get === on a line by itself to be a special string

2013-02-12 Thread Samuel Wales
On 2/10/13, Nicolas Goaziou wrote: > (defun my-rule-markup (paragraph backend info) > (when (and (org-export-derived-backend-p backend 'html) > (string-match "\n=\n\n*" paragraph)) > " style=\"width:10%;color:#000;background-color:#000;height:1px;border:none\"/>\n\n")) > (add-to

Re: [O] How to get === on a line by itself to be a special string

2013-02-10 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > I want separators like this: > > === > > to be treated as a special string in HTML. This was the > case in the old exporter. [...] > I don't want them to be interpreted as code. I don't want > to turn off all code just to get this one thing to work. I don't wan