@ferdnyc commented on this pull request.
> +…where `<name>` is a legal macro name and `<body>` is the body of the macro.
+Multiline macros can be defined by shell-like line continuation, ie ``\``
I'm not sure if this will work, it depends on the renderer. Currently the
website is showing \`\\\` un-fenced, implying that it's interpreting the
backslash as an escape on the second backtick. This is **unlike** GitHub
Flavored Markdown, which properly shows a literal `\`. My change may or may not
fix it. The other possibility is that the source should be `` `\\` ``, but in
GFM that becomes `\\`.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2251#pullrequestreview-1162688672
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2251/review/1162688...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint