A very basic regex-based Markdown parser. Supports the
following elements (and can be extended via Slimdown::add_rule()
):
- Headers
- Links
- Bold
lane :test do | options | | |
apk_downloader(json_key: "./[email protected]", package_name: "m.zhgchg.li", version_code:1000, export_file_path: "./zhgchgli.apk") | |
end |
typealias Localizable = R.string.localizable | |
typealias TypeClosure<T> = (T) -> Void | |
typealias VoidClosure = () -> Void | |
typealias VoidResult = Swift.Result<Void, Error> | |
typealias VoidResultClosure = (Swift.Result<Void, Error>) -> Void | |
typealias ImagePickerConfiguration = (source: UIImagePickerController.SourceType, | |
isLimited: Bool, |
# Add the following 'help' target to your Makefile | |
# And add help text after each target name starting with '\#\#' | |
help: ## Show this help. | |
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//' | |
# Everything below is an example | |
target00: ## This message will show up when typing 'make help' | |
@echo does nothing |
A very basic regex-based Markdown parser. Supports the
following elements (and can be extended via Slimdown::add_rule()
):