-
Notifications
You must be signed in to change notification settings - Fork 59
News
Notes and news of significant enhancements, bug fixes, or other insights. Most recent changes added at the top.
Short story: internal links are working again!
Longer story: If you converted any docs in the last couple of days, internal links were broken because Google added some tab information to the heading ID that they generate in the blue-link TOC. If you have any internal links, you need to generate a blue-link TOC, because that is the only way that the Google Doc exposes the heading-ID information. Besides heading information, Google also added some tab information for the new tabbed interface they just rolled out.
See https://github.com/evbacher/gd2md-html/issues/172 for details.
Google rolled out tabs for Google Docs. This is breaking internal links to headings in the current Google Doc. Links operate, but take you to the top of the page instead of to the desired heading. See https://github.com/evbacher/gd2md-html/issues/172 for details. Fix coming soon (we hope).
- Italic/bold markup in Markup conversion now defaults to * and **, _ and __ is an option.
- Reckless mode now suppresses both info comments and inline alerts.
- Added a link in the sidebar to News (this file).
- Added a Questions link in the sidebar that goes to the Docs to Markdown community (a Google groups mailing list for questions and discussion).
You can now opt to suppress the info comment at the top of the conversion.
You can now enable reckless mode, which turns off alerts in the conversion output. See Options for details.
Conversion output is now copied automatically to the clipboard: no need copy manually. If the automatic copy fails, a notice to copy and paste the output appears at the top of the conversion output in the sidebar.
Initial release of Beta version of gd2md-html (eventually renamed Docs to Markdown) (8 July 2017)