We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to be able to do custom parameters within the markups?
The text was updated successfully, but these errors were encountered:
Any suggestion for syntax? Could you give me an example of what you'd like to do?
Sorry, something went wrong.
for instance let's say: I make a quote markup | [quote][/quote]
<div class="quote"> <div class="quote-header"></div> <div class="quote-content"></div> </div>
This would quote the text, that's how i have it set up currently
now lets say I use | [quote=$1,$2][/quote]
<div class="quote"> <div class="quote-header">$1 $2</div> <div class="quote-content"></div> </div>
Basically the parameters you put for the tag quote would output in the markup.
No branches or pull requests
Would it be possible to be able to do custom parameters within the markups?
The text was updated successfully, but these errors were encountered: