🛠️ Remove autolink-java
* Removed autolink-java commonmark extension (caused reproducibility issues)
This commit is contained in:
parent
fefeecd650
commit
014783c4b2
2 changed files with 0 additions and 3 deletions
|
|
@ -8,7 +8,6 @@ import dagger.Module
|
|||
import dagger.Provides
|
||||
import dagger.hilt.InstallIn
|
||||
import dagger.hilt.components.SingletonComponent
|
||||
import org.commonmark.ext.autolink.AutolinkExtension
|
||||
import org.commonmark.node.BlockQuote
|
||||
import org.commonmark.node.FencedCodeBlock
|
||||
import org.commonmark.node.Heading
|
||||
|
|
@ -46,7 +45,6 @@ object AppModule {
|
|||
fun provideCommonmarkParser(): Parser {
|
||||
return Parser
|
||||
.builder()
|
||||
.extensions(listOf(AutolinkExtension.create()))
|
||||
.enabledBlockTypes(
|
||||
setOf(
|
||||
Heading::class.java,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue