Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
luce
v0.5.0
Array
DartURI
Luce
AlertBlockSyntax
AutolinkExtensionSyntax
AutolinkSyntax
BlockParser
BlockquoteSyntax
BlockSyntax
Charcode
CodeBlockSyntax
CodeSyntax
ColorSwatchSyntax
DecodeHtmlSyntax
DedentedText
Delimiter
DelimiterRun
DelimiterSyntax
DelimiterTag
DelimiterTypes
Document
DummyBlockSyntax
Element
EmailAutoLinkSyntax
Emojis
EmojiSyntax
EmphasisSyntax
EmptyBlockSyntax
EscapeHTMLSyntax
EscapeSyntax
ExtensionSet
FencedBlockquoteSyntax
FencedCodeBlockSyntax
FootnoteDefSyntax
FootnoteRefSyntax
HeaderSyntax
HeaderWithIdSyntax
HorizontalRuleSyntax
HTMLBlockSyntax
HTMLRenderer
ImageSyntax
InlineHTMLSyntax
InlineLink
InlineParser
InlineSyntax
LegacyEmojis
Line
LineBreakSyntax
LinkContext
LinkParser
LinkReference
LinkReferenceDefinitionSyntax
LinkSyntax
ListItem
ListSyntax
Node
NodeVisitor
OrderedListSyntax
OrderedListWithCheckboxSyntax
ParagraphSyntax
Resolver
SetextHeaderSyntax
SetextHeaderWithIdSyntax
SimpleDelimiter
SoftLineBreakSyntax
StrikethroughSyntax
TableSyntax
TaskListState
Text
TextParser
TextSyntax
UnorderedListSyntax
UnorderedListWithCheckboxSyntax
UnparsedContent
Regex
MatchData
String
Generated using Crystal 1.10.1
2024-05-20 03:15:02 UTC
class
Luce::
InlineLink
Luce::InlineLink
Reference
Object
Defined in:
luce/inline_syntaxes/link_syntax.cr
Constructors
.new
(destination : String, title : String | Nil =
nil
)
Instance Method Summary
#destination
: String
#title
: String | Nil
Constructor Detail
def self.
new
(destination :
String
, title :
String
| Nil =
nil
)
#
Instance Method Detail
def
destination
:
String
#
def
title
:
String
| Nil
#