Skip to content

Commit

Permalink
Merge pull request #559 from gmlueck/gmlueck/synopsis
Browse files Browse the repository at this point in the history
Add HTML links for "synopsis" code blocks
  • Loading branch information
gmlueck committed Jun 9, 2024
1 parent ea5b5c0 commit 9c7fa9d
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 162 deletions.
3 changes: 2 additions & 1 deletion adoc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ ADOCOPTS = --doctype book $(ADOCMISCOPTS) $(ATTRIBOPTS) \
$(NOTEOPTS) $(VERBOSE) $(ADOCEXTS)
ADOCHTMLEXTS = --require $(CURDIR)/config/katex_replace.rb \
--require $(CURDIR)/config/loadable_html.rb
--require $(CURDIR)/config/loadable_html.rb \
--require $(CURDIR)/config/synopsis.rb
# ADOCHTMLOPTS relies on the relative runtime path from the output HTML
# file to the katex scripts being set with KATEXDIR. This is overridden
Expand Down
Loading

0 comments on commit 9c7fa9d

Please sign in to comment.