Skip to content

Commit

Permalink
Make sure that broken internal links do not break the conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Feb 4, 2024
1 parent 009fa57 commit f8d941b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pillar-ExporterMicrodown/PRMicrodownWriter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ PRMicrodownWriter >> visitInputFileAnnotation: anInput [
{ #category : #'visiting - document' }
PRMicrodownWriter >> visitInternalLink: anInternalLink [
"Corresponding to *@fig1* in Pillar"

canvas internalLink: anInternalLink anchor
anInternalLink anchor ifNotNil: [
canvas internalLink: anInternalLink anchor ]
]

{ #category : #'visiting - formatting' }
Expand Down

0 comments on commit f8d941b

Please sign in to comment.