mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-21 03:44:17 +08:00
优化导出
This commit is contained in:
5
converter/param_windows.go
Normal file
5
converter/param_windows.go
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package converter
|
||||||
|
|
||||||
|
func GetFooterOrHeaderParams(v string) string {
|
||||||
|
return v
|
||||||
|
}
|
@@ -46,6 +46,3 @@ func parseConfig(configFile string) (cfg Config, err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetFooterOrHeaderParams(v string) string {
|
|
||||||
return v
|
|
||||||
}
|
|
Reference in New Issue
Block a user