summaryrefslogtreecommitdiff
path: root/rst_parser.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2010-09-15 02:21:29 +0200
committerPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2010-09-15 02:21:29 +0200
commit60c242de9b6521db6c176c06738a88b9417b0dec (patch)
tree95d4b766f4b23e2a0b12a0711601062ff7ad1dbd /rst_parser.lua
parentb5ab9445882ece8bf0c384d7a9314753b9557bd7 (diff)
downloadcontext-rst-60c242de9b6521db6c176c06738a88b9417b0dec.tar.gz
hyperlinks now work for both internal and external targets
Diffstat (limited to 'rst_parser.lua')
-rw-r--r--rst_parser.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/rst_parser.lua b/rst_parser.lua
index 04aa01a..b065bea 100644
--- a/rst_parser.lua
+++ b/rst_parser.lua
@@ -1258,8 +1258,8 @@ local function main()
return 1
end
- --for i,j in next, rst.anonymous_links do
- --print(i,j)
+ --for i,j in next, rst.context_references do
+ --print(i,j[1], j[2])
--end
--print(">>>Last used char>: " ..state.lastbullet.." <<<<")