aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/txt_markdown.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-08-12 00:11:35 -0400
committerRalph Amissah <ralph@amissah.com>2014-08-12 00:11:39 -0400
commit9680068ed1eee6cab4367714213f8052145529b6 (patch)
tree4efa5c8562147f644b7b300b2d78e9aaecb291d2 /lib/sisu/v5/txt_markdown.rb
parentv5 v6: webrick, wb.cgi fixed & omitted/(use discarded) (diff)
v5 v6: hub, organisation & loose endssisu_5.6.1
* tweak triggers * split file further * remove mod
Diffstat (limited to 'lib/sisu/v5/txt_markdown.rb')
-rw-r--r--lib/sisu/v5/txt_markdown.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v5/txt_markdown.rb b/lib/sisu/v5/txt_markdown.rb
index 9a184635..3eb09b16 100644
--- a/lib/sisu/v5/txt_markdown.rb
+++ b/lib/sisu/v5/txt_markdown.rb
@@ -137,7 +137,7 @@ module SiSU_Txt_Markdown
@env=SiSU_Env::InfoEnv.new(@md.fns)
@brace_url=SiSU_Viz::Defaults.new.url_decoration
@tab="\t"
- @@endnotes_=case md.opt.mod.inspect
+ @@endnotes_=case md.opt.selections.str
when /--footnote/ then false
when /--endnote/ then true
else true