Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

extended-markdown.scss 278 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. .extended-markdown p {
  2. margin: 0;
  3. }
  4. .extended-markdown p:not(:first-child) {
  5. margin-top: 15px;
  6. }
  7. .extended-markdown.note pre {
  8. background: none;
  9. padding: 10px 10px 10px 0;
  10. margin-bottom: 0;
  11. }
  12. .extended-markdown.note pre code {
  13. color: var(--color-text-primary);
  14. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...