You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: USERS.md
+40-23Lines changed: 40 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,27 @@ and adding a section describing your usage of JRuby:
22
22
If you are open to others contacting you about your use of JRuby, add your
23
23
Matrix nickname or contact info as well.
24
24
25
-
Name: Name of user (company)
26
-
Desc: Description
27
-
Usage: Usage of features
28
-
Since: How long have you used JRuby (optional)
29
-
Link: Link with further information (optional)
30
-
Contact: Contacts available for questions (optional)
25
+
```markdown
26
+
### Name of user (company)
27
+
28
+
***Desc**: Description
29
+
***Usage**: Usage of features
30
+
***Since**: How long have you used JRuby (optional)
31
+
***Link**: Link with further information (optional)
32
+
***Contact**: Contacts available for questions (optional)
33
+
```
31
34
32
35
Example entry:
33
36
34
-
* Name: The JRuby Project
35
-
Desc: The project that brings you JRuby
36
-
Usage: JRuby uses JRuby to build JRuby via our Maven toolchain
37
-
Since: 2009
38
-
Link: https://github.com/jruby/jruby
39
-
Contact: @headius, @enebo
37
+
```markdown
38
+
### The JRuby Project
39
+
40
+
***Desc**: The project that brings you JRuby
41
+
***Usage**: JRuby uses JRuby to build JRuby via our Maven toolchain
42
+
***Since**: 2009
43
+
***Link**: https://github.com/jruby/jruby
44
+
***Contact**: @headius, @enebo
45
+
```
40
46
41
47
Requirements to be listed
42
48
-------------------------
@@ -48,22 +54,18 @@ Requirements to be listed
48
54
use is not required. A well-done home lab setup can be equally
49
55
interesting as a large-scale commercial deployment.
50
56
51
-
Users (most recent first)
52
-
----------------------
57
+
Users
58
+
-----
53
59
54
60
### AsciidoctorJ
55
61
56
-
**Desc:** AsciidoctorJ is a Java port of the Asciidoctor document processor,
62
+
***Desc:** AsciidoctorJ is a Java port of the Asciidoctor document processor,
57
63
a fast and open source text processor and publishing toolchain for converting
58
64
AsciiDoc content to HTML 5, PDF and other formats That is implemented in Ruby.
59
-
60
-
**Usage:** JRuby is used to run the original Asciidoctor processor inside the JVM. JRuby allows to provide Java APIs and SPIs that make the port feel like a native Java library.
***Usage:** JRuby is used to run the original Asciidoctor processor inside the JVM. JRuby allows to provide Java APIs and SPIs that make the port feel like a native Java library.
0 commit comments