app-sample, fix duplicate ids for samples
This commit is contained in:
		
							parent
							
								
									f8eaac6197
								
							
						
					
					
						commit
						905c9fa159
					
				| @ -894,13 +894,12 @@ | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     "javaClassName": "io.noties.markwon.app.samples.GithubUserIssueInlineParsingSample", | ||||
|     "javaClassName": "io.noties.markwon.app.samples.GithubUserIssueOnTextAddedSample", | ||||
|     "id": "20200629162024", | ||||
|     "title": "User mention and issue (via text)", | ||||
|     "description": "Github-like user mention and issue rendering via `CorePlugin.OnTextAddedListener`", | ||||
|     "artifacts": [ | ||||
|       "CORE", | ||||
|       "INLINE_PARSER" | ||||
|       "CORE" | ||||
|     ], | ||||
|     "tags": [ | ||||
|       "parsing", | ||||
| @ -909,12 +908,13 @@ | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     "javaClassName": "io.noties.markwon.app.samples.GithubUserIssueOnTextAddedSample", | ||||
|     "id": "20200629162024", | ||||
|     "javaClassName": "io.noties.markwon.app.samples.GithubUserIssueInlineParsingSample", | ||||
|     "id": "20200629162023", | ||||
|     "title": "User mention and issue (via text)", | ||||
|     "description": "Github-like user mention and issue rendering via `CorePlugin.OnTextAddedListener`", | ||||
|     "artifacts": [ | ||||
|       "CORE" | ||||
|       "CORE", | ||||
|       "INLINE_PARSER" | ||||
|     ], | ||||
|     "tags": [ | ||||
|       "parsing", | ||||
|  | ||||
| @ -20,7 +20,7 @@ import io.noties.markwon.sample.annotations.MarkwonArtifact; | ||||
| import io.noties.markwon.sample.annotations.MarkwonSampleInfo; | ||||
| 
 | ||||
| @MarkwonSampleInfo( | ||||
|   id = "20200629162024", | ||||
|   id = "20200629162023", | ||||
|   title = "User mention and issue (via text)", | ||||
|   description = "Github-like user mention and issue " + | ||||
|     "rendering via `CorePlugin.OnTextAddedListener`", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dimitry Ivanov
						Dimitry Ivanov