Hi,

I have .rst files with the following markup:

* ``-build-5e67c9299c330f0008f70ad1`` is a |user-docs-base|\ |release|\ |user-docs-environment|. It will finish on its own and go into a ``Completed`` state.

.. |user-docs-base| raw:: html

    <a href="https://docs.datalab.com/en/

.. |user-docs-batch-job| raw:: html

    /reference/runs/Jobs.html">Batch Job</a>

.. |user-docs-workspace| raw:: html

    /reference/workspaces/index.html">Workspace</a>

.. |user-docs-app| raw:: html

    /reference/publish/apps/index.html">App</a>

.. |user-docs-model| raw:: html

    /reference/publish/models/index.html">Model API</a>

.. |user-docs-environment| raw:: html

    /reference/environments/index.html">Compute Environment build</a>


I did :

pandoc -f rst -t asciidoc -o test.adoc test.rst

For this part of the text it converted to:

* `build-5e67c9299c330f0008f70ad1` is a . It will finish on its
own and go into a `Completed` state.

____
<a href="https://docs.datalab.com/en/
____

____
/reference/runs/Jobs.html">Batch Job</a>
____

____
/reference/workspaces/index.html">Workspace</a>
____

____
/reference/publish/apps/index.html">App</a>
____

____
/reference/publish/models/index.html">Model API</a>
____

____
/reference/environments/index.html">Compute Environment build</a>
____


It removed the references to the variable names and those variable names where they were assigned. 

My question is if there is a way to have Pandoc NOT remove the variable names, leaving them in place for another filter to address? 

--
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/6cc83169-d98f-41d1-92d4-1e7f53840c1en%40googlegroups.com.