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
ad646435
Commit
ad646435
authored
Jun 09, 2020
by
fmerg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove camel-cased properties from style
parent
a67a0411
Pipeline
#9878
failed with stage
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
docs/mdx.md
docs/mdx.md
+0
-2
No files found.
docs/mdx.md
View file @
ad646435
...
@@ -6,8 +6,6 @@ title: Powered by MDX
...
@@ -6,8 +6,6 @@ title: Powered by MDX
You can write JSX and use React components within your Markdown thanks to
[
MDX
](
https://mdxjs.com/
)
.
You can write JSX and use React components within your Markdown thanks to
[
MDX
](
https://mdxjs.com/
)
.
export const Highlight = ({children, color}) => ( <span style={{
export const Highlight = ({children, color}) => ( <span style={{
backgroundColor: color,
borderRadius: '2px',
color: '#fff',
color: '#fff',
padding: '0.2rem',
padding: '0.2rem',
}}> {children}
</span>
);
}}> {children}
</span>
);
...
...
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