Hadrien Mary
Hadrien Mary
To submit a PR people usually fork the repo, create a new branch on their repo and then submit the PR. GitHub makes all of this pretty easy to do...
Ok. Let me know when you're done and I'll test it.
You need to login into the container using `docker exec -ti omero-server bash`. Then the Omero install dir is located in `/omero/OMERO.server`. Please, next time open a new issue since...
Nice catch @waeltken !
Let's see what @jgm first think about this feature.
And maybe a test should ne nice too.
``` diff diff --git a/tests/writer.latex b/tests/writer.latex index 506c21d..0f29353 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -938,7 +938,7 @@ From ``Voyage dans la Lune'' by Georges Melies (1902): \begin{figure}[htbp] \centering \includegraphics{lalune.jpg} -\caption{lalune}...
I have an issue with `pandoc-crossref` which I use for my thesis. This patch does not work with this plugin. See : ``` markdown {#fig:figure-label} ```...
Seems to be a `pandoc-crossref` related issue : https://github.com/lierdakil/pandoc-crossref/issues/38