Hi Albert,

Thanks a lot for the quick reply. 
Ok, I probably missed in the Pandoc citeproc doc that doesn't mention that supports only MD, so I thought it would work for all formats with pattern @test.

What I actually want to do is when the user uploads the DOCX file, Pandoc converts the file to HTML and shows it to the HTML editor for additional editing by the user and converts it back to DOCX. 
After converting to Html, the system (my app) will replace current cites in HTML cite i.e. [1] with the key from the .bib file (like in my case [@test1] so the citeproc will know how to process it.

I guess I need to convert DOCX to MD from MD to HTML but I'm afraid the file will lose some of the styles during the conversion process.

Any tips/hints will be appreciated. 

Thank you. 

On Monday, November 7, 2022 at 3:29:29 PM UTC+1 Albert Krewinkel wrote:
Hi Mladen,

Mladen Babic <mladen...@gmail.com> writes:

> I'm trying to reference cites from the .bib file in the HTML but
> without success. The function perfectly works for Markdown, so my
> question is does the citeproc work on other formats except for MD?
>
> Here are some examples which I use:
>
> <!DOCTYPE html>
> <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="en">
> <body>
> Test [@test1]
> </body>
> </html>

The file is parsed as HTML, but body above uses Markdown syntax; it's
not possible to use that syntax in HTML. However, Markdown can contain
HTML, so you could try with `pandoc --from=markdown ...`.

Note, however, that pandoc conversions are lossy in general. Going from
HTML to HTML might not do what you expect.


--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/b67f836a-8d65-4124-bb6c-900d9933d2d2n%40googlegroups.com.