diff --git a/dev/articles/comparing-versions.html b/dev/articles/comparing-versions.html index 772d7aa..4289235 100644 --- a/dev/articles/comparing-versions.html +++ b/dev/articles/comparing-versions.html @@ -92,9 +92,9 @@ backward compatibility and adjustment toward new features.

Dealing with this can require to compare versions and now when a change occurs.

-
-

Use Case 1: Finding which version introduced a change -

+
+

Use Case 1: Finding which version introduced a change +

Let’s take the example of a change in Pandoc regarding gfm format: It appears at some point that raw HTML <span></span> was removed during conversion. diff --git a/dev/articles/pandoc.html b/dev/articles/pandoc.html index d3bef4c..df8e7d7 100644 --- a/dev/articles/pandoc.html +++ b/dev/articles/pandoc.html @@ -146,7 +146,10 @@

Install pandoc# install the nightly version (overwrites previous one) pandoc_install_nightly() # or pandoc_install("nightly") #> Retrieving last available nightly informations... -#> Last version already installed: 23337fe9dc3afada6b173bbaa90b855bd07abb26

+#> Removing old Pandoc nightly version 23337fe9dc3afada6b173bbaa90b855bd07abb26 +#> Installing last available nightly... +#> Downloading bundle... +#> Last Pandoc nightly installed: 6c88c39c6dbcf8ac4033bf377c71a8713eaba900

All those versions can live together and are installed in an isolated directory in user’s data folders.

@@ -276,7 +279,7 @@ 

Activate a Pandoc version#> Version 'system' is now the active one. #> Pandoc version also activated for rmarkdown functions. pandoc_bin() -#> /usr/bin/pandoc

+#> /opt/hostedtoolcache/pandoc/3.1.11/x64/pandoc

A default active version will be set when the package is loaded (i.e using onLoad) following this search order: