mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 07:48:52 +08:00
优化导出
This commit is contained in:
parent
e927e0372b
commit
1b4c47cb9a
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user