Skip to content

Instantly share code, notes, and snippets.

View morandat's full-sized avatar

Morandat morandat

View GitHub Profile
TreeContext ctx1;
TreeContext ctx2;
Matcher m = new CompositeMatches.ClassicGumtree(ctx1.getRoot(), ctx2.getRoot(), new MappingStore());
m.match()
toto
@morandat
morandat / kramdown-173
Created October 25, 2014 10:09
Kramdown Issue #173
<div class='alert alert-default alert-dismissible' role='alert' markdown='block'>
<button type='button' class='close' data-dismiss='alert' markdown='0'><span aria-hidden='true'>&times;</span><span class='sr-only'>Close</span></button>
</div>
<div class='alert alert-default alert-dismissible' role='alert' markdown='block'><button type='button' class='close' data-dismiss='alert' markdown='0'><span aria-hidden='true'>&times;</span><span class='sr-only'>Close</span></button></div>
#!/bin/sh
INSETTINGS=$HOME/.m2/settings.xml.in
SETTINGS=$HOME/.m2/settings.xml
[ "$RELEASE" ] && GOAL=release:perform
[ "$GOAL" ] || GOAL=deploy
error () {