Skip to content

Releases: haocheng6/remark-github-code-import

v0.2.1

28 Dec 09:39
Compare
Choose a tag to compare

Fixes

  • Handle code block meta string parsing error.

v0.2.0

27 Dec 16:06
Compare
Choose a tag to compare

Features

  • Improve error messages.

v0.1.3

27 Dec 09:55
Compare
Choose a tag to compare

Fixes

  • Ignore blank lines when dedenting code.

v0.1.2

26 Dec 15:54
Compare
Choose a tag to compare

Fixes

  • Add quotes to the href attribute of the generated links.
  • Support importing a single line of code.

v0.1.1

25 Dec 15:45
Compare
Choose a tag to compare

Fixes

  • Change default value of fromLine.
  • Improve handling of newline at the end of file.

v0.1.0

25 Dec 14:23
Compare
Choose a tag to compare

Features

  • Add remarkGithubCodeImport plugin to import code from a GitHub URL in a fenced code block.