PetitCommonMark/software/PetitMarkdown/PPCMLinkRefDefPlaceholder.c...

16 lines
333 B
Smalltalk

Class {
#name : 'PPCMLinkRefDefPlaceholder',
#superclass : 'PPCMNode',
#category : 'PetitMarkdown-AST'
}
{ #category : 'as yet unclassified' }
PPCMLinkRefDefPlaceholder >> accept: visitor [
^ visitor visitLinkRefDefPlaceholder: self
]
{ #category : 'as yet unclassified' }
PPCMLinkRefDefPlaceholder >> isBlockLevel [
^ true
]