 e0563dca43
			
		
	
	
		e0563dca43
		
			
		
	
	
	
	
		
			
			* Add `html-parser-api` and `html-parser-impl` modules * Add `HtmlEmptyTagReplacement` * Implement Appendable and CharSequence in SpannableBuilder * Renamed library modules to reflect maven artifact names * Rename `markwon-syntax` to `markwon-syntax-highlight` * Add HtmlRenderer asbtraction * Add CssInlineStyleParser * Fix Theme#listItemColor and OL * Fix task list block parser to revert parsing state when line is not matching * Defined test format files * image-loader add datauri parser * image-loader add support for inline data uri image references * Add travis configuration * Fix image with width greater than canvas scaled * Fix blockquote span * Dealing with white spaces at the end of a document * image-loader add SchemeHandler abstraction * Add sample-latex-math module
		
			
				
	
	
		
			21 lines
		
	
	
		
			683 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			683 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
| org.gradle.daemon=true
 | |
| org.gradle.jvmargs=-Xmx5g -Dfile.encoding=UTF-8
 | |
| #org.gradle.parallel=true
 | |
| org.gradle.configureondemand=true
 | |
| 
 | |
| android.enableBuildCache=true
 | |
| android.buildCacheDir=build/pre-dex-cache
 | |
| 
 | |
| VERSION_NAME=2.0.0
 | |
| 
 | |
| GROUP=ru.noties
 | |
| POM_DESCRIPTION=Markwon
 | |
| POM_URL=https://github.com/noties/Markwon
 | |
| POM_SCM_URL=https://github.com/noties/Markwon
 | |
| POM_SCM_CONNECTION=scm:git:git://github.com/noties/Markwon.git
 | |
| POM_SCM_DEV_CONNECTION=scm:git:git://github.com/noties/Markwon.git
 | |
| POM_LICENCE_NAME=The Apache Software License, Version 2.0
 | |
| POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
 | |
| POM_LICENCE_DIST=repo
 | |
| POM_DEVELOPER_ID=noties
 | |
| POM_DEVELOPER_NAME=Dimitry Ivanov |