gitlab-markup 1.10.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitlab-ci.yml +1 -1
- data/HISTORY.md +7 -1
- data/README.md +4 -4
- data/lib/github-markup.rb +1 -1
- data/test/markups/README.rst.html +3 -4
- data/test/markups/README.toc.rst.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88d9c1213bd85e97379757f6c6175797dbdbd08e4556af4bdce30ee1a0ba3b12
|
4
|
+
data.tar.gz: 0e7c30ed327a2b67b1acfae30825fa296258fcd667685d802e825b626e513692
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcf5fd0070cb797b347af706122617cebbb2509170dcdbc3aaf9c443f1a4c167044a87778e53fea10a7048d6624af7acc530f1ca37e88e93e4b6e0913c37b486
|
7
|
+
data.tar.gz: 48003af3cedd6635b86513751c02c9566d2c530c1d96a1583e6cab7c45e1321b40dd779c01bcf7c399430a4e473567456b7d018c4c030451f68315918eccc946
|
data/.gitlab-ci.yml
CHANGED
data/HISTORY.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1
|
+
# History
|
2
|
+
|
3
|
+
## 2.0.0 (2025-02-26)
|
4
|
+
|
5
|
+
* [Add support for docutils 0.21.2, remove support for 0.16/0.19](https://gitlab.com/gitlab-org/gitlab-markup/-/merge_requests/50)
|
6
|
+
|
1
7
|
## 1.10.0 (2025-02-25)
|
2
8
|
|
3
|
-
* [Add
|
9
|
+
* [Add support for Ruby 3.3, and 3.4, remove support for 2.7](https://gitlab.com/gitlab-org/gitlab-markup/-/merge_requests/49)
|
4
10
|
|
5
11
|
## 1.9.0 (2023-01-11)
|
6
12
|
|
data/README.md
CHANGED
@@ -19,21 +19,21 @@ Markups
|
|
19
19
|
The following markups are supported. The dependencies listed are required if
|
20
20
|
you wish to run the library. You can also run `script/bootstrap` to fetch them all (Python 3 required).
|
21
21
|
|
22
|
-
* [.markdown, .mdown, .mkdn, .md](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` (https://github.com/vmg/redcarpet)
|
22
|
+
* [.markdown, .mdown, .mkdn, .md](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` (<https://github.com/vmg/redcarpet>)
|
23
23
|
* [.textile](http://www.textism.com/tools/textile/) -- `gem install RedCloth`
|
24
|
-
* [.rdoc](https://ruby.github.io/rdoc/) -- `gem install rdoc -v
|
24
|
+
* [.rdoc](https://ruby.github.io/rdoc/) -- `gem install rdoc -v 6.12`
|
25
25
|
* [.org](http://orgmode.org/) -- `gem install org-ruby`
|
26
26
|
* [.creole](http://wikicreole.org/) -- `gem install creole`
|
27
27
|
* [.mediawiki, .wiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `gem install wikicloth`
|
28
28
|
* [.rst](https://docutils.sourceforge.io/rst.html) -- `pip install docutils`
|
29
|
-
* [.asciidoc, .adoc, .asc](http://asciidoc.org/) -- `gem install asciidoctor` (http://asciidoctor.org)
|
29
|
+
* [.asciidoc, .adoc, .asc](http://asciidoc.org/) -- `gem install asciidoctor` (<http://asciidoctor.org>)
|
30
30
|
* [.pod](http://search.cpan.org/dist/perl/pod/perlpod.pod) -- `Pod::Simple::HTML`
|
31
31
|
comes with Perl >= 5.10. Lower versions should install [Pod::Simple](http://search.cpan.org/~dwheeler/Pod-Simple-3.28/lib/Pod/Simple.pod) from CPAN.
|
32
32
|
|
33
33
|
Installation
|
34
34
|
-----------
|
35
35
|
|
36
|
-
Ruby
|
36
|
+
Ruby 3.1+ is highly recommended (Ruby 3.0 is still supported).
|
37
37
|
|
38
38
|
```shell
|
39
39
|
gem install gitlab-markup
|
data/lib/github-markup.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<h2>Subtitle</h2>
|
3
3
|
<p>Example text.</p>
|
4
4
|
<div>
|
5
|
-
<p>Table of Contents</p>
|
5
|
+
<p><a href="#top">Table of Contents</a></p>
|
6
6
|
<ul>
|
7
7
|
<li><a href="#header-2">Header 2</a></li>
|
8
8
|
<li><a href="#field-list">Field list</a></li>
|
@@ -91,7 +91,8 @@ Things that are Awesome (on a scale of 1-11)
|
|
91
91
|
</tr>
|
92
92
|
</tbody>
|
93
93
|
</table>
|
94
|
-
<a href="https://scan.coverity.com/projects/621"
|
94
|
+
<a href="https://scan.coverity.com/projects/621">
|
95
|
+
<img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/621/badge.svg">
|
95
96
|
</a>
|
96
97
|
<img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/621/badge.svg">
|
97
98
|
<a name="field-list"></a>
|
@@ -120,9 +121,7 @@ but no problem!</td>
|
|
120
121
|
</tr>
|
121
122
|
</tbody>
|
122
123
|
</table>
|
123
|
-
|
124
124
|
<p><a href="mailto:someone@somewhere.org">someone@somewhere.org</a></p>
|
125
|
-
|
126
125
|
<p>Press <kbd>Ctrl+C</kbd> to quit</p>
|
127
126
|
<pre>
|
128
127
|
<code lang="plantuml">Bob -> Alice: hello
|