Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eSSIF-Lab framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ESSIF-Lab
eSSIF-Lab framework
Commits
68cd8d45
Commit
68cd8d45
authored
Jun 09, 2020
by
fmerg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert previous commit
parent
ad646435
Pipeline
#9879
failed with stage
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
docs/mdx.md
docs/mdx.md
+4
-2
No files found.
docs/mdx.md
View file @
68cd8d45
...
...
@@ -6,8 +6,10 @@ title: Powered by MDX
You can write JSX and use React components within your Markdown thanks to
[
MDX
](
https://mdxjs.com/
)
.
export const Highlight = ({children, color}) => ( <span style={{
color: '#fff',
padding: '0.2rem',
backgroundColor: color,
borderRadius: '2px',
color: '#fff',
padding: '0.2rem',
}}> {children}
</span>
);
<Highlight
color=
"#25c2a0"
>
Docusaurus green
</Highlight>
and
<Highlight
color=
"#1877F2"
>
Facebook blue
</Highlight>
are my favorite colors.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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