Open
Description
Within a Google Doc you can make a link to a heading within the doc. The doc headings appear to be html bookmarks that look like this:
#heading=h.uniquecode
The link created in GDocs uses that bookmark as a URL.
The problem is that the corresponding heading does not bear this bookmark ID when I inspect the html of the doc in GDocs - clearly Google are doing something 'different'.
So I think in the conversion from GDocs to Wordpress, intra-document links need to be examined and tracked to the corresponding heading so that the ID can be added. Even smarter would be for all headings to have their Google URL (like above example) assigned so that subsequent Wordpress edits can use those bookmarks.