-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from smartbooster/documentation_render_markdown
Add markdown documentation rendering feature
- Loading branch information
Showing
20 changed files
with
497 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.sb-tailwind { | ||
.ps-0 { | ||
padding-inline-start: 0px; | ||
} | ||
.container-full { | ||
@apply mx-auto w-full; | ||
} | ||
.container-large { | ||
@apply mx-auto w-full; | ||
max-width: 1729px /* Corresponds to full width on a 1920px screen with the vertical scrollbar */ | ||
} | ||
.container-medium { | ||
@apply mx-auto w-full max-w-screen-xl; /* 1280px */ | ||
} | ||
.container-small { | ||
@apply mx-auto w-full max-w-screen-md; /* 768px */ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.