mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:49:30 +08:00
8 lines
139 B
Text
8 lines
139 B
Text
module.exports = {
|
|
parse: {
|
|
prelude: null,
|
|
block: function() {
|
|
return this.Block(true);
|
|
}
|
|
}
|
|
};
|