- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
编辑:由于我的问题似乎特定于我的设置,我在这里提供了一个完整的最小工作示例。
这是我的 Maven 设置( pom.xml
):
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>foo</groupId>
<artifactId>bar</artifactId>
<version>1.0-SNAPSHOT</version>
<name>AsciiDoc Test</name>
<build>
<plugins>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.3</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>1.5.0-alpha.11</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.4</version>
</dependency>
<!-- beware, jruby 1.7.23 breaks asciidoctorj -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.7.21</version>
</dependency>
</dependencies>
<configuration>
<sourceDirectory>${project.basedir}/src</sourceDirectory>
</configuration>
<executions>
<execution>
<id>generate-pdf-doc</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<backend>pdf</backend>
<doctype>book</doctype>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
src/test.adoc
):
[cols="a"]
|===
|First paragraph
second paragraph
|===
mvn generate-resources
target/generated-docs/test.pdf
)
a
单元格:|===
a|First paragraph
second paragraph
|===
[cols="a"]
|===
|First paragraph
* second paragraph
|===
[cols="1"]
|===
a|First paragraph
second paragraph
|===
最佳答案
从文档:
http://asciidoctor.org/docs/user-manual/#cell
直接 Asciidoctor PDF 渲染尚不支持此功能。见 #6
这就是我得到的:
带段:
[cols="1"]
|===
a|First paragraph
second paragraph
|===
|==
之间的空行和
a|your cell
[cols="1"]
|===
a|First paragraph
* second paragraph
|===
关于maven - AsciiDoctor 表格单元格中的多个段落,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38123748/
我已经搜索过了,但我找不到一种方法来隐藏主页上的部分标题,并且只显示在目录 (:toc:) 中。由此可见screenshot , Home 和 Test 是 adoc 文件的外部链接。我只想将它保留在
如果我有类似以下内容: The Manual ==================== Gregg Bolinger v1.0, 2014-15 :doctype: book :icons: font
我想布局(也许打印)我的 AsciiDoctor 文档,这是一个主要包含表格的备忘单。 获得多列 HTML 输出并获得多列 PDF 进行打印的最佳方法是什么? 我发现 #col {-moz-colum
有没有什么方法(除了编写插件)来剪辑/裁剪插入到 AsciiDoc 文档中的图像? 我在文档中找不到这样的功能,但可能有一个我不知道的插件...... 最佳答案 不,没有这样的功能。当您使用image
编辑:由于我的问题似乎特定于我的设置,我在这里提供了一个完整的最小工作示例。 这是我的 Maven 设置( pom.xml ): 4.0.0 foo bar 1.0-
下面的 Asciidoc 代码创建了一个图像(具有合适的样式等),这样如果你点击它,你就会打开图像: image:./myimage.jpg[my alt text, role="my css sty
我正在尝试使用 Hugo 建立一个博客,只要我使用 Markdown,它基本上就可以正常工作。但由于我在存储库中还有一些带有 antora 的其他网站内容(文档),所以我想用 asciidoc 编写所
我正在尝试使用 Hugo 建立一个博客,只要我使用 Markdown,它基本上就可以正常工作。但由于我在存储库中还有一些带有 antora 的其他网站内容(文档),所以我想用 asciidoc 编写所
在我当前的 Asciidoctor 文档中,我有一个要在代码块中使用的属性。有没有办法在代码块中进行字符串插值? 标题中的属性.. :api_version: 1.0 代码块 { "api_v
我真的很喜欢 asciidoctor 的标注,见 http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/ ,并在“带标注的代码块”页面
我正在使用 asciidoctor 生成 html。我有以下 list : . one . two . three image::mypic.png[] . four 当转换为 html 时,它看起来
我没有使用Asciidoctor,Ruby或gradle的经验。我一直负责其他人开发的使用这三个项目的项目。该代码中的函数Asciidoctor::HTML5::DocumentTemplate引发错
在 asciidoctor 中,当我将“@”附加到 CLI 上的值时,我可以通过文档 header 值覆盖 CLI 上给出的任何属性值。 示例:文档标题中的 -a icontype=png@ 被 :i
有没有办法从 asciidoctor 的 gradle 插件中排除文件夹,这样它就不会在其中搜索 .adoc。 这是我现在在 build.gradle 中的内容: asciidoctor {
我有一个使用 Asciidoctor 记录的 java/gradle 项目,它根据文档的标题部分生成上下文表。例如: ==开始 将完美添加到目录中,但常规文本不会,例如: == 开始使用 简介 将生成
在 asciidoctor 中,当我将“@”附加到 CLI 上的值时,我可以通过文档 header 值覆盖 CLI 上给出的任何属性值。 示例:文档标题中的 -a icontype=png@ 被 :i
我应该如何编写 Asciidoc(tor) 以获得以下输出: * item 1 * item a paragraph 1 inside item a * item a.1 in
Asciidoctor将处理文件 simple.adoc 包含: :source-highlighter: pygments [source,java] Foo bar = baz + qux; 使用
例如,如果我写: Notepad++ is *great*, I like Notepad++ 它将 ++something++ 视为一个转义结构,它忽略了 * 粗体并产生: Notepad is *
我使用 Asciidoctor Maven 插件从 adoc 生成 HTML。不幸的是,它从 sourceDirectory 中指定的目录复制每个源目录。如何排除这些空文件夹? org.as
我是一名优秀的程序员,十分优秀!