pandoc/test/docx/golden
John MacFarlane d333c283cc Docx writer: Fix bookmarks to headers with long titles.
Word has a 40 character limit for bookmark names.  In
addition, bookmarks must begin with a letter.  Since
pandoc's auto-generated identifiers may not respect
these constraints, some internal links did not work.

With this change, pandoc uses a bookmark name based
on the SHA1 hash of the identifier when the identifier
isn't a legal bookmark name.

Closes #5091.
2018-11-20 23:43:21 -05:00
..
block_quotes.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
codeblock.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
comments.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
custom_style_no_reference.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
custom_style_reference.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
definition_list.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
headers.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
image.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
inline_code.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
inline_formatting.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
inline_images.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
link_in_notes.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
links.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
lists.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
lists_continuing.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
lists_restarting.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
nested_anchors_in_header.docx Docx writer: Fix bookmarks to headers with long titles. 2018-11-20 23:43:21 -05:00
notes.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
table_one_row.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
table_with_list_cell.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
tables.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
track_changes_deletion.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
track_changes_insertion.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
track_changes_move.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
unicode.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00
verbatim_subsuper.docx Docx writer: added framework for custom properties. 2018-10-09 10:38:50 -07:00