diff --git a/AdocTest/Document Attributes Reference _ Asciidoctor Docs.pdf b/AdocTest/Document Attributes Reference _ Asciidoctor Docs.pdf new file mode 100644 index 0000000000000000000000000000000000000000..c3d52aef0f42142353755f69d632425f75a351e4 Binary files /dev/null and b/AdocTest/Document Attributes Reference _ Asciidoctor Docs.pdf differ diff --git a/AdocTest/Normal.adoc b/AdocTest/Normal.adoc index 50065d65cff7888b4d65a37859bd90277409dc85..21e04da74bca7dfe5cc34eb3b33aa5c942aa66ab 100644 --- a/AdocTest/Normal.adoc +++ b/AdocTest/Normal.adoc @@ -21,6 +21,215 @@ include::config.adoc[] // tag::sub[] +== Attribute Value Dump (key={key}) + +以下は Asciidoctor の公式 “Document Attributes Reference” から抽出した +**すべての built-in / intrinsic / compliance / metadata / numbering / formatting などの属性名** +を `key={key}` の形式で並べた一覧です。 + +GitLab とローカルでレンダリングし、値の違いを比較できます。 + +=== Intrinsic Attributes +backend={backend} +backend-html5={backend-html5} +basebackend={basebackend} +basebackend-html={basebackend-html} +docdate={docdate} +docdatetime={docdatetime} +docdir={docdir} +docfile={docfile} +docfilesuffix={docfilesuffix} +docname={docname} +doctime={doctime} +docyear={docyear} +doctype-article={doctype-article} +doctype-book={doctype-book} +doctype-inline={doctype-inline} +doctype-manpage={doctype-manpage} +embedded={embedded} +filetype={filetype} +filetype-html={filetype-html} +htmlsyntax={htmlsyntax} +localdate={localdate} +localdatetime={localdatetime} +localtime={localtime} +localyear={localyear} +outdir={outdir} +outfile={outfile} +outfilesuffix={outfilesuffix} +safe-mode-level={safe-mode-level} +safe-mode-name={safe-mode-name} +safe-mode-unsafe={safe-mode-unsafe} +safe-mode-safe={safe-mode-safe} +safe-mode-server={safe-mode-server} +safe-mode-secure={safe-mode-secure} +user-home={user-home} + +=== Compliance Attributes +attribute-missing={attribute-missing} +attribute-undefined={attribute-undefined} +compat-mode={compat-mode} +experimental={experimental} +reproducible={reproducible} +skip-front-matter={skip-front-matter} + +=== Localization & Numbering Attributes +appendix-caption={appendix-caption} +appendix-number={appendix-number} +appendix-refsig={appendix-refsig} +caution-caption={caution-caption} +chapter-number={chapter-number} +chapter-refsig={chapter-refsig} +chapter-signifier={chapter-signifier} +example-caption={example-caption} +example-number={example-number} +figure-caption={figure-caption} +figure-number={figure-number} +footnote-number={footnote-number} +important-caption={important-caption} +lang={lang} +last-update-label={last-update-label} +listing-caption={listing-caption} +listing-number={listing-number} +manname-title={manname-title} +nolang={nolang} +note-caption={note-caption} +part-refsig={part-refsig} +part-signifier={part-signifier} +preface-title={preface-title} +section-refsig={section-refsig} +table-caption={table-caption} +table-number={table-number} +tip-caption={tip-caption} +toc-title={toc-title} +untitled-label={untitled-label} +version-label={version-label} +warning-caption={warning-caption} + +=== Document Metadata Attributes +app-name={app-name} +author={author} +authorinitials={authorinitials} +authors={authors} +copyright={copyright} +doctitle={doctitle} +description={description} +email={email} +firstname={firstname} +front-matter={front-matter} +keywords={keywords} +lastname={lastname} +middlename={middlename} +orgname={orgname} +revdate={revdate} +revremark={revremark} +revnumber={revnumber} +title={title} + +=== Section Title & TOC Attributes +idprefix={idprefix} +idseparator={idseparator} +leveloffset={leveloffset} +partnums={partnums} +sectanchors={sectanchors} +sectids={sectids} +sectlinks={sectlinks} +sectnums={sectnums} +sectnumlevels={sectnumlevels} +title-separator={title-separator} +toc={toc} +toclevels={toclevels} +fragment={fragment} + +=== General Content / Formatting Attributes +asset-uri-scheme={asset-uri-scheme} +cache-uri={cache-uri} +data-uri={data-uri} +docinfo={docinfo} +docinfodir={docinfodir} +docinfosubs={docinfosubs} +doctype={doctype} +eqnums={eqnums} +hardbreaks-option={hardbreaks-option} +hide-uri-scheme={hide-uri-scheme} +media={media} +nofooter={nofooter} +nofootnotes={nofootnotes} +noheader={noheader} +notitle={notitle} +pagewidth={pagewidth} +relfileprefix={relfileprefix} +relfilesuffix={relfilesuffix} +show-link-uri={show-link-uri} +showtitle={showtitle} +stem={stem} +table-frame={table-frame} +table-grid={table-grid} +table-stripes={table-stripes} +tabsize={tabsize} +webfonts={webfonts} +xrefstyle={xrefstyle} + +=== Image & Icon Attributes +iconfont-cdn={iconfont-cdn} +iconfont-name={iconfont-name} +iconfont-remote={iconfont-remote} +icons={icons} +iconsdir={iconsdir} +icontype={icontype} +imagesdir={imagesdir} + +=== Source Highlighting Attributes +coderay-css={coderay-css} +coderay-linenums-mode={coderay-linenums-mode} +coderay-unavailable={coderay-unavailable} +highlightjsdir={highlightjsdir} +highlightjs-theme={highlightjs-theme} +prettifydir={prettifydir} +prettify-theme={prettify-theme} +prewrap={prewrap} +pygments-css={pygments-css} +pygments-linenums-mode={pygments-linenums-mode} +pygments-style={pygments-style} +pygments-unavailable={pygments-unavailable} +rouge-css={rouge-css} +rouge-linenums-mode={rouge-linenums-mode} +rouge-style={rouge-style} +rouge-unavailable={rouge-unavailable} +source-highlighter={source-highlighter} +source-indent={source-indent} +source-language={source-language} +source-linenums-option={source-linenums-option} + +=== HTML Styling Attributes +copycss={copycss} +css-signature={css-signature} +linkcss={linkcss} +max-width={max-width} +stylesdir={stylesdir} +stylesheet={stylesheet} +toc-class={toc-class} + +=== Manpage Attributes +mantitle={mantitle} +manvolnum={manvolnum} +manname={manname} +manpurpose={manpurpose} +man-linkstyle={man-linkstyle} +mansource={mansource} +manmanual={manmanual} + +=== Security (API/CLI Only) +allow-uri-read={allow-uri-read} +max-attribute-value-size={max-attribute-value-size} +max-include-depth={max-include-depth} + +== Full Attribute Dump ({attributes}) +[%hardbreaks] +---- +{attributes} +---- + == 概要 最初の文書です。 diff --git a/AdocTest/comp/gitlab.txt b/AdocTest/comp/gitlab.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/AdocTest/comp/local.txt b/AdocTest/comp/local.txt new file mode 100644 index 0000000000000000000000000000000000000000..c03393df58c6852e43d5524b6c2e5ef33ddeb864 --- /dev/null +++ b/AdocTest/comp/local.txt @@ -0,0 +1,206 @@ +2026/01/25 YourName + +1. Attribute Value Dump (key={key}) +ȉ Asciidoctor ̌ gDocument Attributes Referenceh 璊o +ׂĂ built-in / intrinsic / compliance / metadata / numbering / formatting Ȃǂ̑ + key={key} ̌`ŕׂꗗłB + +GitLab ƃ[JŃ_OAl̈Ⴂrł܂B + +1.1. Intrinsic Attributes +backend=html5 +backend-html5= +basebackend=html +basebackend-html= +docdate=2026-01-25 +docdatetime=2026-01-25 09:07:11 +0900 +docdir=D:/Git/pubtest/AdocTest +docfile=D:/Git/pubtest/AdocTest/Normal.adoc +docfilesuffix=.adoc +docname=Normal +doctime=09:07:11 +0900 +docyear=2026 +doctype-article={doctype-article} +doctype-book= +doctype-inline={doctype-inline} +doctype-manpage={doctype-manpage} +embedded={embedded} +filetype=html +filetype-html= +htmlsyntax=html +localdate=2026-01-25 +localdatetime=2026-01-25 09:07:12 +0900 +localtime=09:07:12 +0900 +localyear=2026 +outdir={outdir} +outfile={outfile} +outfilesuffix=.html +safe-mode-level=1 +safe-mode-name=safe +safe-mode-unsafe={safe-mode-unsafe} +safe-mode-safe= +safe-mode-server={safe-mode-server} +safe-mode-secure={safe-mode-secure} +user-home=C:\Users\AA004035 + +1.2. Compliance Attributes +attribute-missing=skip +attribute-undefined=drop-line +compat-mode={compat-mode} +experimental= +reproducible={reproducible} +skip-front-matter={skip-front-matter} + +1.3. Localization & Numbering Attributes +appendix-caption=t^ +appendix-number={appendix-number} +appendix-refsig=Appendix +caution-caption= +chapter-number={chapter-number} +chapter-refsig=Chapter +chapter-signifier={chapter-signifier} +example-caption= +example-number={example-number} +figure-caption=} +figure-number={figure-number} +footnote-number={footnote-number} +important-caption=dv +lang=ja +last-update-label=ŏIXV +listing-caption=Xg +listing-number={listing-number} +manname-title=O +nolang={nolang} +note-caption=L +part-refsig=Part +part-signifier={part-signifier} +preface-title=͂߂/܂ +section-refsig=Section +table-caption=\ +table-number={table-number} +tip-caption=qg +toc-title=ڎ +untitled-label= +version-label=o[W +warning-caption=x + +1.4. Document Metadata Attributes +app-name={app-name} +author={author} +authorinitials={authorinitials} +authors={authors} +copyright={copyright} +doctitle=Normal +description={description} +email={email} +firstname={firstname} +front-matter={front-matter} +keywords={keywords} +lastname={lastname} +middlename={middlename} +orgname={orgname} +revdate={revdate} +revremark={revremark} +revnumber={revnumber} +title={title} + +1.5. Section Title & TOC Attributes +idprefix={idprefix} +idseparator={idseparator} +leveloffset={leveloffset} +partnums={partnums} +sectanchors={sectanchors} +sectids= +sectlinks= +sectnums= +sectnumlevels=4 +title-separator={title-separator} +toc= +toclevels=3 +fragment={fragment} + +1.6. General Content / Formatting Attributes +asset-uri-scheme={asset-uri-scheme} +cache-uri={cache-uri} +data-uri={data-uri} +docinfo={docinfo} +docinfodir={docinfodir} +docinfosubs={docinfosubs} +doctype=book +eqnums={eqnums} +hardbreaks-option= +hide-uri-scheme={hide-uri-scheme} +media={media} +nofooter= +nofootnotes={nofootnotes} +noheader={noheader} +notitle={notitle} +pagewidth={pagewidth} +relfileprefix={relfileprefix} +relfilesuffix={relfilesuffix} +show-link-uri={show-link-uri} +showtitle={showtitle} +stem={stem} +table-frame={table-frame} +table-grid={table-grid} +table-stripes={table-stripes} +tabsize={tabsize} +webfonts= +xrefstyle={xrefstyle} + +1.7. Image & Icon Attributes +iconfont-cdn={iconfont-cdn} +iconfont-name={iconfont-name} +iconfont-remote= +icons=font +iconsdir=./images/icons +icontype={icontype} +imagesdir=Images + +1.8. Source Highlighting Attributes +coderay-css={coderay-css} +coderay-linenums-mode={coderay-linenums-mode} +coderay-unavailable={coderay-unavailable} +highlightjsdir={highlightjsdir} +highlightjs-theme={highlightjs-theme} +prettifydir={prettifydir} +prettify-theme={prettify-theme} +prewrap= +pygments-css={pygments-css} +pygments-linenums-mode={pygments-linenums-mode} +pygments-style={pygments-style} +pygments-unavailable={pygments-unavailable} +rouge-css={rouge-css} +rouge-linenums-mode={rouge-linenums-mode} +rouge-style={rouge-style} +rouge-unavailable={rouge-unavailable} +source-highlighter={source-highlighter} +source-indent={source-indent} +source-language={source-language} +source-linenums-option={source-linenums-option} + +1.9. HTML Styling Attributes +copycss= +css-signature={css-signature} +linkcss= +max-width={max-width} +stylesdir=. +stylesheet= +toc-class=toc2 + +1.10. Manpage Attributes +mantitle={mantitle} +manvolnum={manvolnum} +manname={manname} +manpurpose={manpurpose} +man-linkstyle={man-linkstyle} +mansource={mansource} +manmanual={manmanual} + +1.11. Security (API/CLI Only) +allow-uri-read={allow-uri-read} +max-attribute-value-size={max-attribute-value-size} +max-include-depth=64 + +2. Full Attribute Dump ({attributes}) +{attributes} \ No newline at end of file