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: docs/_includes/html-styles.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,4 +39,4 @@ If you don't want any styles applied to the HTML output of your document, unset
39
39
40
40
$ asciidoctor -a stylesheet! mysample.adoc
41
41
42
-
One of Asciidoctor's strengths is the ease in which you can swap the default stylesheet for an <<user-manual#stylesheet-factory,alternative Asciidoctor theme>> or use your own <<user-manual#custom-themes,custom stylesheet>>.
42
+
One of Asciidoctor's strengths is the ease in which you can swap the default stylesheet for an <<user-manual#stylesheet-factory,alternative Asciidoctor theme>> or use your own <<user-manual#applying-a-theme,custom stylesheet>>.
Copy file name to clipboardExpand all lines: docs/_includes/image-sizing.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -149,4 +149,4 @@ image::image.jpg[{half-size}]
149
149
----
150
150
151
151
In addition to providing consistency across your document, this technique will help insulate you from future changes.
152
-
For a more detailed example, see http://discuss.asciidoctor.org/Unit-of-measure-for-image-dimensions-td3040.html#a3222[this thread] on the discussion list.
152
+
For a more detailed example, see https://discuss.asciidoctor.org/Unit-of-measure-for-image-dimensions-td3040.html#a3222[this thread] on the discussion list.
If you're interested in modifying or improving this plugin, checkout the link:/docs/hack-asciidoctor-maven-plugin[Hacking on the Asciidoctor Maven plugin guide].
16
16
To report an issue with this plugin, please use the https://github.com/asciidoctor/asciidoctor-maven-plugin/issues[issue tracker].
17
17
18
-
Also, don't forget to join the http://discuss.asciidoctor.org[Asciidoctor discussion list], where you can ask questions and leave comments.
18
+
Also, don't forget to join the https://discuss.asciidoctor.org[Asciidoctor discussion list], where you can ask questions and leave comments.
If you encounter a bug or need additional reveal.js features ported to this converter, visit the {uri-project-repo}/issues[issue tracker] and file an issue.
13
13
14
-
If you have questions or would like to help develop this project, please join the http://discuss.asciidoctor.org[Asciidoctor discussion list].
14
+
If you have questions or would like to help develop this project, please join the https://discuss.asciidoctor.org[Asciidoctor discussion list].
Copy file name to clipboardExpand all lines: docs/faq.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The last converter bound to a backend wins.
53
53
54
54
A https://en.wikipedia.org/wiki/Media_type[media type], or MIME type, is a code for identifying file formats and format contents transmitted on the Internet.
55
55
56
-
The first idea for an official MIME type for AsciiDoc came from the http://discuss.asciidoctor.org/Mimetype-for-Asciidoc-td211.html[Mimetype for AsciiDoc] discussion on the Asciidoctor mailinglist:
56
+
The first idea for an official MIME type for AsciiDoc came from the https://discuss.asciidoctor.org/Mimetype-for-Asciidoc-td211.html[Mimetype for AsciiDoc] discussion on the Asciidoctor mailinglist:
Copy file name to clipboardExpand all lines: docs/index.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
Follow the links on this page to learn about the AsciiDoc markup language, Asciidoctor toolchain and the Asciidoctor integrations.
10
10
You'll also find tips on how to be most productive when writing with the AsciiDoc syntax.
11
11
12
-
TIP: Can't find the information you need? Reach out to project members and users via the http://discuss.asciidoctor.org/[discussion list] or the https://gitter.im/asciidoctor/asciidoctor[asciidoctor/asciidoctor Gitter channel].
12
+
TIP: Can't find the information you need? Reach out to project members and users via the https://discuss.asciidoctor.org/[discussion list] or the https://gitter.im/asciidoctor/asciidoctor[asciidoctor/asciidoctor Gitter channel].
Asciidoctor provides a default stylesheet and built-in converters so you can quickly process and convert your document, but it also lets you use custom stylesheets and converters.
1238
1238
The Asciidoctor project includes alternative stylesheet themes from <<stylesheet-factory,the stylesheet factory>> and <<slide-decks,specialized backends>>.
1239
-
You can also create your own <<custom-themes,themes>> and <<custom-backends,backends>>.
1239
+
You can also create your own <<applying-a-theme,themes>> and <<custom-backends,backends>>.
Using the {uri-org}/asciidoclet[Asciidoctor doclet], you can write your Javadoc comments using all the features of {adr} including tables, lists, code examples with syntax highlighting, and pictures.
1466
1467
1467
1468
If you want to incorporate your Javadoc into another document instead, there is an experimental doclet that exports them to AsciiDoc files.
1468
-
See the https://github.com/johncarl81/exportdoclet[exportdoclet project] and the http://discuss.asciidoctor.org/Export-Javadoc-strings-td4172.html[related discussion thread] for details.
1469
+
See the https://github.com/johncarl81/exportdoclet[exportdoclet project] and the https://discuss.asciidoctor.org/Export-Javadoc-strings-td4172.html[related discussion thread] for details.
0 commit comments