Alwinator / Alwinator/asciidoctor-lists

Table labels with attributes don't render correctly

オープン
#31 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Ruby
スター
46
フォーク
12
PR マージ指標
30日以内にマージされた PR はありません

説明

Hello,

It seems that attributes in table labels are only substituted in the rendered list of tables. The attribute in the actual table label is not substituted. Is this a known limitation, or a bug?

Image

Steps to reproduce:

example.adoc
```
= Title

:MyAttribute: MyValue

My Attribute is {MyAttribute}.

[width="100%",options=header,cols="30,10"]
.{MyAttribute} in a table label
|===
|Heading 1 |Heading 2
|Entry 1 |Entry 2
|===

== List of Tables

list-of::table[]
```

```
asciidoctor-pdf -r asciidoctor-lists example.adoc
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。