Skip to content

Releases: mtkennerly/gfmarkup-vscode

v0.6.1 (2022-07-01)

01 Jul 08:25
e087e20
Compare
Choose a tag to compare
  • Fixed an issue with the preview where the the CSS and JavaScript files were unable to load correctly in newer versions of VSCode.

v0.6.0 (2020-02-17)

18 Feb 01:02
Compare
Choose a tag to compare
  • Fixed an issue with the preview when a link without custom text was followed by a link with custom text.
  • Added background color to table header cells to help distinguish them from regular cells that have bold text.

v0.5.2 (2019-10-26)

27 Oct 02:53
Compare
Choose a tag to compare
  • Fixed parsing/preview of table header cells with an alignment.

v0.5.1 (2019-10-05)

06 Oct 01:57
Compare
Choose a tag to compare
  • Updated extension for VSCode 1.38.1. This resolved several issues that occurred when using newer VSCode versions:
    • Fixed preview styling and synchronized scrolling. This was broken because of changes in VSCode's security requirements for webviews to load local files (e.g., CSS and JavaScript).
    • Fixed "unrecognized format" error with preview video embedding. VSCode did not officially support video in webviews, and although it happened to work when this extension was initially released, it is no longer possible (microsoft/vscode#82012). Instead of true video embedding, the preview now includes a plain thumbnail of the video, which can be clicked to open the video host in your browser.
  • Fixed bold and italic display in the preview.

v0.5.0 (2019-05-28)

28 May 19:59
Compare
Choose a tag to compare
  • Added support for images and videos.
  • Added syntax highlighting for boxes and table cells.

v0.4.0 (2019-05-15)

28 May 19:58
Compare
Choose a tag to compare
  • Added support for nested boxes.
  • Enabled the find feature in the preview.
  • Improved performance of synchronized scrolling.
  • Fixed syntax highlighting for items immediately after a table.
  • Fixed syntax highlighting for comments inside of boxes.
  • Fixed syntax and preview so that table rows cannot be indented.
  • Fixed issue where the preview would occasionally stop synchronizing.

v0.3.0 (2019-05-12)

12 May 05:12
Compare
Choose a tag to compare
  • Added linting for duplicate level 2 and 3 headers.
  • Added the ability to collapse sections/headers in the editor.

v0.2.2 (2019-05-11)

12 May 05:12
Compare
Choose a tag to compare
  • Fixed issue where headers with HTML special characters were not properly
    clickable in the table of contents.
  • Improved performance for large files where typing rapidly would make the
    preview take longer to refresh.

v0.2.1 (2019-05-11)

12 May 05:12
Compare
Choose a tag to compare
  • Fixed issue where headers with multiple spaces were not properly clickable
    in the table of contents.
  • Fixed issue where headers with HTML special characters in the name were not
    displayed correctly in the table of contents.

v0.2.0 (2019-05-10)

11 May 04:24
Compare
Choose a tag to compare
  • Changed the default of gfmarkup.autoScan to true to make it as easy as
    possible for new users to get started.