Skip to content
Snippets Groups Projects
ToCamelCase 110 B
Newer Older
alexisben's avatar
alexisben committed
{{ $input  := . }}
{{ $output := $input | lower }}
{{ $output := $output | markdownify }}
{{ return $output }}