-
Notifications
You must be signed in to change notification settings - Fork 65
Comparing changes
Open a pull request
base repository: metalsmith/markdown
base: cf34d5a657a7503dcbdb980a3ebf8c7f6d9f90d4
head repository: metalsmith/markdown
compare: 64dce322cf471715d5007faf566c245fcdac9ec5
Commits on Dec 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 77dd49d - Browse repository at this point
Copy the full SHA 77dd49dView commit details
Commits on Jan 21, 2015
-
made key markdown replacement more robust
Stefan Henze committedJan 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 5c746c3 - Browse repository at this point
Copy the full SHA 5c746c3View commit details
Commits on Jan 30, 2015
-
Match of extension name of the markdown files with precise regex.
The current code also considers files like `foo.md~` valid markdown files. The patch prevents accidental matches of these files.
Configuration menu - View commit details
-
Copy full SHA for 2e049f1 - Browse repository at this point
Copy the full SHA 2e049f1View commit details
Commits on Nov 8, 2015
-
Replace backslash with slash in directory path.
On Windows the directory path can include backslash (\) and thats what path.dirname returns. The file path is then added with a slash (/). This will result in paths like "services\marketing/email.html" This commit replace backslash with slash in the directory path when its concatenated with the filename.
Configuration menu - View commit details
-
Copy full SHA for 2ad15cc - Browse repository at this point
Copy the full SHA 2ad15ccView commit details
Commits on Nov 9, 2015
-
Join the path as a file path with path.join
The path is not a url so the hard coded separator / should not be used. Its still file paths even if its .html files. path.join is used to join the dir and the file.
Configuration menu - View commit details
-
Copy full SHA for 491edbb - Browse repository at this point
Copy the full SHA 491edbbView commit details
Commits on May 16, 2017
-
key to string to string before converting
sometimes other keys will be buffers
Configuration menu - View commit details
-
Copy full SHA for b7eddfa - Browse repository at this point
Copy the full SHA b7eddfaView commit details
Commits on May 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fa09481 - Browse repository at this point
Copy the full SHA fa09481View commit details
Commits on May 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1f14938 - Browse repository at this point
Copy the full SHA 1f14938View commit details
Commits on Jun 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dcfde68 - Browse repository at this point
Copy the full SHA dcfde68View commit details
Commits on Jul 17, 2018
-
Merge pull request #32 from ilyaigpetrov/master
Upgrade marked to 0.4.0, #31
Configuration menu - View commit details
-
Copy full SHA for baacb43 - Browse repository at this point
Copy the full SHA baacb43View commit details -
Merge pull request #6 from blakeembrey/patch-1
Show usage with syntax highlighting
Configuration menu - View commit details
-
Copy full SHA for 245dbb3 - Browse repository at this point
Copy the full SHA 245dbb3View commit details -
Merge pull request #30 from Zearin/fix/Buffer
Fix #29: Use `Buffer.from` wherever supported
Configuration menu - View commit details
-
Copy full SHA for a67fed1 - Browse repository at this point
Copy the full SHA a67fed1View commit details -
Merge pull request #16 from martinvehmas/master
Use the right separator in file path.
Configuration menu - View commit details
-
Copy full SHA for 7c40a6a - Browse repository at this point
Copy the full SHA 7c40a6aView commit details -
Merge pull request #24 from datesss/master
key to string to string before converting
Configuration menu - View commit details
-
Copy full SHA for 7bd82f9 - Browse repository at this point
Copy the full SHA 7bd82f9View commit details -
Merge branch 'master' of https://github.com/stefanhenze/metalsmith-ma…
…rkdown into stefanhenze-master
Configuration menu - View commit details
-
Copy full SHA for e960bfd - Browse repository at this point
Copy the full SHA e960bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2685861 - Browse repository at this point
Copy the full SHA 2685861View commit details -
Merge pull request #10 from haohui/haohui-precise-match-extname
Match of extension name of the markdown files with precise regex.
Configuration menu - View commit details
-
Copy full SHA for c232a98 - Browse repository at this point
Copy the full SHA c232a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a0c309 - Browse repository at this point
Copy the full SHA 2a0c309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8136dea - Browse repository at this point
Copy the full SHA 8136deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d81e7 - Browse repository at this point
Copy the full SHA 77d81e7View commit details
Commits on Jul 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4f90b65 - Browse repository at this point
Copy the full SHA 4f90b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb9b16 - Browse repository at this point
Copy the full SHA fdb9b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6189068 - Browse repository at this point
Copy the full SHA 6189068View commit details
Commits on Sep 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 902f1f8 - Browse repository at this point
Copy the full SHA 902f1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9303875 - Browse repository at this point
Copy the full SHA 9303875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64dce32 - Browse repository at this point
Copy the full SHA 64dce32View commit details
There are no files selected for viewing
This file was deleted.