diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-29 16:45:56 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-31 16:11:47 +0200 |
commit | 7b5fe18bbcca0811ae386c9230bf5f3d9da88acb (patch) | |
tree | e4605663e14c37274a946576303098dbb716f9be /help3xsl/README.prism.js.txt | |
parent | 980d7730dbc2275d80fd059f58db56d37a225247 (diff) |
Update prism.js to latest version
Update prism.js and companion css to latest version
Fixes the Currency and Type keyword highlight
Fixes line numbering interference with a11y-toggle.js
Change-Id: Ibbb5c95790e1366f0a1dbc497d8741e69a0a3957
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95173
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/README.prism.js.txt')
-rw-r--r-- | help3xsl/README.prism.js.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/help3xsl/README.prism.js.txt b/help3xsl/README.prism.js.txt index 581a1fe71c..fe0acc0d2b 100644 --- a/help3xsl/README.prism.js.txt +++ b/help3xsl/README.prism.js.txt @@ -1,3 +1,7 @@ +Latest download version + +PrismJS 1.20.0 + Using prism.js for Basic code highlight http://prismjs.com @@ -37,3 +41,4 @@ Add class 'language-visual-basic' and 'line-numbers' to <code> as in <div class="bascode" itemscope="true" itemtype="http://schema.org/SoftwareSourceCode" itemprop="codeSampleType" content="snippet"> <pre><code class="language-visual-basic line-numbers"><xsl:apply-templates /></code></pre></div> </xsl:template> + |