Skip to content

Commit c49118f

Browse files
committed
#36 beautifier now does inline references
1 parent 54f5636 commit c49118f

File tree

3 files changed

+327
-77
lines changed

3 files changed

+327
-77
lines changed

lib/wortsammler/class.proolib.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def beautify(file)
484484
docfile.close
485485

486486
# process the file in pandoc
487-
cmd="pandoc -s #{file.esc} -f markdown -t markdown --atx-headers --reference-links "
487+
cmd="pandoc -s #{file.esc} -f markdown -t markdown --atx-headers "
488488
newdoc = `#{cmd}`
489489
@log.debug "beautify #{file.esc}: #{$?}"
490490
@log.debug(" finished: \"#{file}\"")

0 commit comments

Comments
 (0)