1e5c31af7Sopenharmony_ci# Copyright 2016-2024 The Khronos Group Inc. 2e5c31af7Sopenharmony_ci# 3e5c31af7Sopenharmony_ci# SPDX-License-Identifier: Apache-2.0 4e5c31af7Sopenharmony_ci 5e5c31af7Sopenharmony_ci#require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal' 6e5c31af7Sopenharmony_ciRUBY_ENGINE == 'opal' ? (require 'loadable_html/extension') : (require_relative 'loadable_html/extension') 7e5c31af7Sopenharmony_ci 8e5c31af7Sopenharmony_ci# All the inline macros we need 9e5c31af7Sopenharmony_ciAsciidoctor::Extensions.register do 10e5c31af7Sopenharmony_ci postprocessor MakeHtmlLoadable 11e5c31af7Sopenharmony_ciend 12