mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-20 02:37:59 +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
|
||||
}
|
||||
|
||||
func GetFooterOrHeaderParams(v string) string {
|
||||
return v
|
||||
}
|
Reference in New Issue
Block a user