#6320: Quire Feedback
Status: Completed
class MediaWikiProvider(OAuth2Provider):
id = "mediawiki"
name = "MediaWiki"
account_class = MediaWikiAccount
oauth2_adapter_class = MediaWikiOAuth2Adapter
Some back slashes were automatically added to _ in code block.
Created by Hồng Quân Nguyễn Feb 28, 2025, Edited Mar 5, 2025
Hi,
I couldn’t reproduce this on our end. The latest Quire version is 1681, could you try again and see if the issue persists?
If it does, please share a screen recording so our team can look into it further.
Golda, Mar 3, 2025
It seems to happen in comment box. Let's try:
class MediaWikiProvider(OAuth2Provider):
id = "mediawiki"
name = "MediaWiki"
account_class = MediaWikiAccount
oauth2\_adapter_class = MediaWikiOAuth2Adapter
Hồng Quân Nguyễn, Feb 28, 2025
Ah, found the reason, in the comment box, if we start as Markdown code, the issue will happen. If we start by using one of Quire commands, the issue won't happen.
Hồng Quân Nguyễn, Feb 28, 2025
class MediaWikiProvider(OAuth2Provider):
id = "mediawiki"
name = "MediaWiki"
account_class = MediaWikiAccount
oauth2_adapter_class = MediaWikiOAuth2Adapter
Yes, it is fixed.
Hồng Quân Nguyễn, Mar 4, 2025
Hồng Quân Nguyễn, Feb 28, 2025