mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-17 13:43:44 +09:00
Ugh, tabs vs spaces
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// get simple post title
|
||||
module.exports = (post) => {
|
||||
return post.data.title[0];
|
||||
return post.data.title[0];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user