public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* How can I prohibit the conversion of "^" to "<sup>" and  "_"  to "<sub>" in pandoc?
@ 2020-08-07  8:33 huih...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
       [not found] ` <fd76dd83-1804-42fd-b3e1-fd7a45435848n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: huih...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org @ 2020-08-07  8:33 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 721 bytes --]

Pandoc version
pandoc 2.10.1
Compiled with pandoc-types 1.21, texmath 0.12.0.2, skylighting 0.9

the exact input used 
Student_name: Bob

the exact command line used 
pandoc test.org -f org -t gfm -o test.md

the output received 
Student<sub>name</sub>: Bob

the output I expected instead:
Student_name: Bob 


-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/fd76dd83-1804-42fd-b3e1-fd7a45435848n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1306 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How can I prohibit the conversion of "^" to "<sup>" and  "_"  to  "<sub>" in pandoc?
       [not found] ` <fd76dd83-1804-42fd-b3e1-fd7a45435848n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-08-07 10:00   ` Albert Krewinkel
       [not found]     ` <87lfiqg4hl.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Albert Krewinkel @ 2020-08-07 10:00 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

You can the the `#+OPTIONS: ^:nil` command, which is supported by pandoc.

See https://orgmode.org/manual/Export-Settings.html and
https://pandoc.org/org.html.

huih...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org writes:

> Pandoc version
> pandoc 2.10.1
> Compiled with pandoc-types 1.21, texmath 0.12.0.2, skylighting 0.9
>
> the exact input used
> Student_name: Bob
>
> the exact command line used
> pandoc test.org -f org -t gfm -o test.md
>
> the output received
> Student<sub>name</sub>: Bob
>
> the output I expected instead:
> Student_name: Bob


--
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How can I prohibit the conversion of "^" to "<sup>" and "_" to "<sub>" in pandoc?
       [not found]     ` <87lfiqg4hl.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
@ 2020-08-07 13:05       ` huihao
  0 siblings, 0 replies; 3+ messages in thread
From: huihao @ 2020-08-07 13:05 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1239 bytes --]


It works, many thanks for you time!
在2020年8月7日星期五 UTC+8 下午6:00:48<Albert Krewinkel> 写道:

> You can the the `#+OPTIONS: ^:nil` command, which is supported by pandoc.
>
> See https://orgmode.org/manual/Export-Settings.html and
> https://pandoc.org/org.html.
>
> huih...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org writes:
>
> > Pandoc version
> > pandoc 2.10.1
> > Compiled with pandoc-types 1.21, texmath 0.12.0.2, skylighting 0.9
> >
> > the exact input used
> > Student_name: Bob
> >
> > the exact command line used
> > pandoc test.org -f org -t gfm -o test.md
> >
> > the output received
> > Student<sub>name</sub>: Bob
> >
> > the output I expected instead:
> > Student_name: Bob
>
>
> --
> Albert Krewinkel
> GPG: 8eed e3e2 e8c5 6f18 81fe e836 388d c0b2 1f63 1124
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/69577fdb-0f03-4034-b4b5-aceed51d8470n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2664 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-07 13:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  8:33 How can I prohibit the conversion of "^" to "<sup>" and "_" to "<sub>" in pandoc? huih...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
     [not found] ` <fd76dd83-1804-42fd-b3e1-fd7a45435848n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-08-07 10:00   ` Albert Krewinkel
     [not found]     ` <87lfiqg4hl.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2020-08-07 13:05       ` huihao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).