Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Guillaume Grossetie
AsciiDoc Language
Commits
be3dc079
Commit
be3dc079
authored
Dec 05, 2021
by
Guillaume Grossetie
🎧
Browse files
Add a single-line comment example
parent
f5bd0cb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
spec/abstract-semantic-graph/examples/comment-single-line.adoc
0 → 100644
View file @
be3dc079
Let me show you the way.
// A single-line comment.
Let's go on a little trip.
\ No newline at end of file
spec/abstract-semantic-graph/examples/comment-single-line.asg.json
0 → 100644
View file @
be3dc079
{
"body"
:
[
{
"type"
:
"Paragraph"
,
"children"
:
[
{
"type"
:
"Str"
,
"value"
:
"Let me show you the way."
}
]
},
{
"type"
:
"Paragraph"
,
"children"
:
[
{
"type"
:
"Str"
,
"value"
:
"Let's go on a little trip."
}
]
}
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment