{"id":4747,"date":"2025-12-01T23:20:48","date_gmt":"2025-12-01T14:20:48","guid":{"rendered":"https:\/\/matoken.org\/blog\/?p=4747"},"modified":"2025-12-10T19:23:34","modified_gmt":"2025-12-10T10:23:34","slug":"pandoc-3-8-3-now-supports-asciidoc-input","status":"publish","type":"post","link":"https:\/\/matoken.org\/blog\/2025\/12\/01\/pandoc-3-8-3-now-supports-asciidoc-input\/","title":{"rendered":"Pandoc 3.8.3 \u3067asciidoc \u5165\u529b\u306b\u5bfe\u5fdc"},"content":{"rendered":"<p><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M18.069 0H5.932A5.934 5.934 0 0 0 0 5.932v12.136A5.935 5.935 0 0 0 5.932 24h12.136A5.934 5.934 0 0 0 24 18.068V5.932A5.934 5.934 0 0 0 18.069 0m-7.361 15.404H8.81l-.005.013L7.2 19.282a.506.506 0 1 1-.934-.388l1.45-3.49H4.868a.506.506 0 1 1 0-1.012h5.84a.506.506 0 1 1 0 1.012m7.919 4.165a.506.506 0 0 1-.655-.29L12.621 6.232l-2.395 5.76h1.55a.506.506 0 1 1 0 1.012h-5.84a.506.506 0 1 1 0-1.011h3.195l.004-.012l3.022-7.269a.51.51 0 0 1 .457-.311a.51.51 0 0 1 .478.314l5.816 14.182a.506.506 0 0 1-.281.673\"\/><\/svg><!-- simple-icons:asciidoctor --><\/p>\n<div class=\"paragraph\">\n<p>\u305f\u304f\u3055\u3093\u306e\u6587\u7ae0\u5f62\u5f0f\u306b\u5bfe\u5fdc\u3057\u305f\u6587\u7ae0\u5909\u63db\u30c4\u30fc\u30eb\u306ePandoc \u306e\u30d0\u30fc\u30b8\u30e7\u30f33.8.3 \u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u307e\u3057\u305f\uff0e<br \/>\n\u500b\u4eba\u7684\u306b\u306fasciidoc \u5f62\u5f0f\u306e\u5165\u529b\u5bfe\u5fdc\u304c\u5b09\u3057\u3044\u3067\u3059\uff0e<\/p>\n<\/div>\n<div class=\"quoteblock\">\n<blockquote>\n<div class=\"paragraph\">\n<p>Add asciidoc as an input format (#1456).<\/p>\n<\/div>\n<\/blockquote>\n<div class=\"attribution\">\n&#8212; <a href=\"https:\/\/github.com\/jgm\/pandoc\/releases\/tag\/3.8.3\">Release pandoc 3.8.3 \u00b7 jgm\/pandoc<\/a>\n<\/div>\n<\/div>\n<p><!--more--><\/p>\n<div class=\"paragraph\">\n<p>\u500b\u4eba\u7684\u306basciidoc \u5f62\u5f0f\u306f\u597d\u304d\u306a\u306e\u3067\u3059\u304c\uff0c\u3053\u308c\u307e\u3067Pandoc \u3067\u306fasciidoc \u3078\u306e\u5909\u63db\u306f\u51fa\u6765\u3066\u3082asciidoc \u304b\u3089\u306e\u5909\u63db\u304c\u51fa\u6765\u306a\u3044\u3068\u3044\u3046\u4e00\u65b9\u901a\u884c\u3067\u3057\u305f\u304c\u3053\u308c\u3067\u76f8\u4e92\u5909\u63db\u3067\u304d\u305d\u3046\u3067\u3059\uff0e<\/p>\n<\/div>\n<div class=\"listingblock\">\n<div class=\"title\">\u3053\u308c\u307e\u3067\u306epandoc \u306easciidoc \u5bfe\u5fdc\u72b6\u6cc1<\/div>\n<div class=\"content\">\n<pre>$ pandoc --version\npandoc 3.1.11.1\nFeatures: -server +lua\nScripting engine: Lua 5.4\nUser data directory: \/home\/matoken\/.local\/share\/pandoc\nCopyright (C) 2006-2023 John MacFarlane. Web: https:\/\/pandoc.org\nThis is free software; see the source for copying conditions. There is no\nwarranty, not even for merchantability or fitness for a particular purpose.\n$ pandoc --list-input-formats | grep -i asciidoc\n$ pandoc --list-output-formats | grep -i asciidoc\nasciidoc\nasciidoc_legacy\nasciidoctor<\/pre>\n<\/div>\n<\/div>\n<div class=\"paragraph\">\n<p>\u65e9\u901fpandoc 3.8.3 \u3092\u8a66\u3057\u307e\u3059\uff0e<br \/>\n\u3068\u308a\u3042\u3048\u305aGitHub Releases \u306e.deb \u3092\u2019\u3082\u3089\u3063\u3066\u304d\u3066\u5c0e\u5165\uff0e<\/p>\n<\/div>\n<div class=\"listingblock\">\n<div class=\"content\">\n<pre>$ wget -c https:\/\/github.com\/jgm\/pandoc\/releases\/download\/3.8.3\/pandoc-3.8.3-1-amd64.deb <b class=\"conum\">(1)<\/b>\n$ sha256sum pandoc-3.8.3-1-amd64.deb  <b class=\"conum\">(2)<\/b>\nd7fac78b58b8c8da39254955eff321233ab97d74e8b2d461c0f0719a1fb5f357  pandoc-3.8.3-1-amd64.deb\n$ sudo apt install .\/pandoc-3.8.3-1-amd64.deb <b class=\"conum\">(3)<\/b>\n$ which pandoc\n\/usr\/bin\/pandoc\n$ pandoc -v <b class=\"conum\">(4)<\/b>\npandoc 3.8.3\nFeatures: +server +lua\nScripting engine: Lua 5.4\nUser data directory: \/home\/matoken\/.local\/share\/pandoc\nCopyright (C) 2006-2025 John MacFarlane. Web:  https:\/\/pandoc.org\nThis is free software; see the source for copying conditions. There is no\nwarranty, not even for merchantability or fitness for a particular purpose.\n$ pandoc --list-input-formats | grep -i asciidoc <b class=\"conum\">(5)<\/b>\nasciidoc\n$ pandoc --list-output-formats | grep -i asciidoc\nasciidoc\nasciidoc_legacy\nasciidoctor\n$ pandoc slide\/slide.adoc -o \/tmp\/out.pdf -f asciidoc -t pdf --pdf-engine=weasyprint <b class=\"conum\">(6)<\/b><\/pre>\n<\/div>\n<\/div>\n<div class=\"colist arabic\">\n<ol>\n<li>\n<p>pandoc debian amd64 package \u3092\u5165\u624b<\/p>\n<\/li>\n<li>\n<p>hash \u78ba\u8a8d<\/p>\n<\/li>\n<li>\n<p>system \u306b\u5c0e\u5165<\/p>\n<\/li>\n<li>\n<p>\u30d0\u30fc\u30b8\u30e7\u30f3\u78ba\u8a8d<\/p>\n<\/li>\n<li>\n<p>\u5165\u529b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306basciidoc \u304c\u3042\u308b\u306e\u3092\u78ba\u8a8d<\/p>\n<\/li>\n<li>\n<p>\u9069\u5f53\u306aasciidoc \u3092pdf \u306b\u5909\u63db\u3057\u3066\u307f\u308b<\/p>\n<\/li>\n<\/ol>\n<\/div>\n<div class=\"paragraph\">\n<p>asciidoc \u304b\u3089pdf \u3078\u306e\u5909\u63db\u304c\u51fa\u6765\u307e\u3057\u305f\uff0e<\/p>\n<\/div>\n<div class=\"paragraph\">\n<p><span class=\"image\"><img decoding=\"async\" src=\"https:\/\/matoken.org\/blog\/wp-content\/uploads\/2025\/12\/pandoc-3.8.3_adoc2pdf.webp\" alt=\"pandoc 3.8.3 adoc2pdf\"><\/span><\/p>\n<\/div>\n<div class=\"paragraph\">\n<p>\u3061\u306a\u307f\u306b\u73fe\u6642\u70b9\u3067\u306e\u5bfe\u5fdc\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u5165\u529b51\uff0c\u51fa\u529b75 \u306e\u3088\u3046\u3067\u3059\uff0e\u3053\u306e\u4e2d\u306b\u306fhtml\/html4\/html5 \u306e\u3088\u3046\u306a\u30d0\u30fc\u30b8\u30e7\u30f3\u9055\u3044\u306e\u3088\u3046\u306a\u3082\u306e\u3082\u542b\u307e\u308c\u307e\u3059\uff0e<\/p>\n<\/div>\n<div class=\"listingblock\">\n<div class=\"content\">\n<pre>$ pandoc --list-input-formats | wc -l\n51\n$ pandoc --list-output-formats | wc -l\n75<\/pre>\n<\/div>\n<\/div>\n<div class=\"paragraph\">\n<p>\u3068\u3044\u3046\u3053\u3068\u3067\u3053\u308c\u307e\u3067\u3082\u4fbf\u5229\u3060\u3063\u305fPandoc \u3067\u3059\u304casciidoc \u5165\u529b\u5bfe\u5fdc\u3067\u307e\u305f\u4e00\u3064\u4fbf\u5229\u306b\u306a\u308a\u307e\u3057\u305f\uff0e<\/p>\n<\/div>\n<div class=\"listingblock\">\n<div class=\"title\">\u74b0\u5883<\/div>\n<div class=\"content\">\n<pre>$ pandoc -v\npandoc 3.8.3\nFeatures: +server +lua\nScripting engine: Lua 5.4\nUser data directory: \/home\/matoken\/.local\/share\/pandoc\nCopyright (C) 2006-2025 John MacFarlane. Web:  https:\/\/pandoc.org\nThis is free software; see the source for copying conditions. There is no\nwarranty, not even for merchantability or fitness for a particular purpose.\n$ dpkg-query -W pandoc\npandoc  3.8.3-1\n$ lsb_release -dr\nDescription:    Debian GNU\/Linux forky\/sid\nRelease:        n\/a\n$ arch\nx86_64<\/pre>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u305f\u304f\u3055\u3093\u306e\u6587\u7ae0\u5f62\u5f0f\u306b\u5bfe\u5fdc\u3057\u305f\u6587\u7ae0\u5909\u63db\u30c4\u30fc\u30eb\u306ePandoc \u306e\u30d0\u30fc\u30b8\u30e7\u30f33.8.3 \u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u307e\u3057\u305f\uff0e \u500b\u4eba\u7684\u306b\u306fasciidoc \u5f62\u5f0f\u306e\u5165\u529b\u5bfe\u5fdc\u304c\u5b09\u3057\u3044\u3067\u3059\uff0e Add asciidoc as an input for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"webmentions_disabled_pings":false,"webmentions_disabled":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":4,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"federated","footnotes":""},"categories":[7,6,199],"tags":[237,751],"class_list":["post-4747","post","type-post","status-publish","format-standard","hentry","category-debian-linux","category-linux","category-sid","tag-asciidoc","tag-pandoc"],"_links":{"self":[{"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/posts\/4747","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/comments?post=4747"}],"version-history":[{"count":2,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/posts\/4747\/revisions"}],"predecessor-version":[{"id":4898,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/posts\/4747\/revisions\/4898"}],"wp:attachment":[{"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/media?parent=4747"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/categories?post=4747"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/tags?post=4747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}