• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016-2022 The Khronos Group Inc.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5#require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal'
6RUBY_ENGINE == 'opal' ? (require 'loadable_html/extension') : (require_relative 'loadable_html/extension')
7
8# All the inline macros we need
9Asciidoctor::Extensions.register do
10    postprocessor MakeHtmlLoadable
11end
12