mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-11 18:56:14 +09:00
Output frontmatter id as integer
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ function collectPosts(channelData, postTypes) {
|
||||
|
||||
function buildPost(data, turndownService) {
|
||||
return {
|
||||
// full raw post data, used by some frontmatter getters
|
||||
// full raw post data
|
||||
data,
|
||||
|
||||
// contents of the post in markdown
|
||||
|
||||
Reference in New Issue
Block a user