Skip to content
New issue

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

Incorrectly works "Bold" at android #31

Open
wants to merge 79 commits into
base: indent
Choose a base branch
from
Open

Incorrectly works "Bold" at android #31

wants to merge 79 commits into from

Conversation

popov-kirill
Copy link

Incorrectly works "Bold" at android 4.4, doesn't clasp the text, and inserts before it.

jaysalvat and others added 30 commits February 23, 2011 21:53
Conflicts:
	markitup/jquery.markitup.js
Using a javascript parser for the preview instead of an ajax request
Adding previewHandler to skip MIU preview rendering and handle it all "manually"
alexey-sveshnikov and others added 30 commits July 11, 2013 22:48
Add Custom tags to button name. Backward Compatibility.
markupSet: [
	{name:'<i class="icon-bold"></i>', title:"Font Bold", key:'B', openWith:'[b]', closeWith:'[/b]', className: 'bb-bold'},
	{name:'Tont Italic', key:'I', openWith:'[i]', closeWith:'[/i]', className: 'bb-bold'}
}
Example: http://test.hw-lab.com/viewtopic.php?f=3&t=8&start=40
Adding More Customization to button
The option previewParserAjaxType allows the user to specify the
HTTP verb when calling the preview parser via Ajax.
The default is POST
Add option previewParserAjaxType
Mark as compatible with jQuery 2.x in bower.json
previewParserPath or previewTeamplatePath
Template usage when using previewParser
Add missing "var" to avoid global namespace pollution.
[Bower] The "main" field cannot contain globs
Updated CHANGELOG.md to "Keep a Changelog" format
Trigger an input event after inserting markup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.