The Amazon wish list has many bugs.I even can not share it to my friends via URL.
So I use two lines JavaScript to convert them into markdown:
list = $$('h5 a')
list.forEach(function(link){console.log('* ['+link.innerText+']' + '('+link.href+')')})
You could inspect HTML content to find out why this snippet would work.
Here goes the book list:
Back To Top