jenkins-bot has submitted this change and it was merged.

Change subject: Document the 'enclose' and 'inline' parser tag attributes
......................................................................


Document the 'enclose' and 'inline' parser tag attributes

It previously supported more values, but since the switch to Pygments
these additional values are no longer supported. It now always
outputs <pre> or <code>, not e.g. <div>.

Change-Id: I406eee0eeeb3b9aaec3fa464ffdf6e200c868b84
---
M README
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  GOIII: Looks good to me, but someone else must approve
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/README b/README
index 9112761..d335b31 100644
--- a/README
+++ b/README
@@ -61,6 +61,8 @@
 * lang;                Defines the language.
 * line;                Corresponds to linenos="inline" option.
 * start;       Corresponds to linenostart opion.
+* enclose;  If set to "none", corresponds to the nowrap=1 option.
+* inline;   Corresponds to the nowrap=1 option.
 * highlight;    Corresponds to hl_lines option (comma separated).
 
 == Note ==

-- 
To view, visit https://gerrit.wikimedia.org/r/220697
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I406eee0eeeb3b9aaec3fa464ffdf6e200c868b84
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/SyntaxHighlight_GeSHi
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Alex Monk <kren...@gmail.com>
Gerrit-Reviewer: GOIII <george.orwell....@outlook.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: MZMcBride <w...@mzmcbride.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to