Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iandol committed Mar 6, 2024
1 parent 30f2765 commit acb5b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandoc-run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# encoding: utf-8

# This script rewrites markdown compiled from Scrivener and runs Pandoc.
# Version: 0.1.03
# Version: 0.1.04

Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
Expand Down Expand Up @@ -67,7 +67,7 @@ def isRecent(infile) # checks if a file is less than 3 minutes old

text.gsub!(/\\_/,"_")

tfile.puts tout
tfile.puts text
end
tfile.close
FileUtils.mv(tfile.path, editedFile)
Expand Down

0 comments on commit acb5b8c

Please sign in to comment.