forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Procedure styling jacob (github#515)
* update * add procedure block instructions * convert styling to procedrue on cloud/disk management * Apply suggestions from code review Co-authored-by: Lana Brindley <[email protected]> Co-authored-by: Lana Brindley <[email protected]>
- Loading branch information
1 parent
4ef78af
commit c14b3cf
Showing
3 changed files
with
43 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<procedure> | ||
|
||
### Procedure Title | ||
|
||
1. Do this | ||
|
||
```bash | ||
code code code | ||
``` | ||
|
||
2. Then do this | ||
|
||
```ruby | ||
def function | ||
print('hello') | ||
``` | ||
|
||
3. TimescaleDB is a time-series database, built on top of PostgreSQL. More than that, | ||
however, it’s a relational database for time-series. Developers who use TimescaleDB | ||
get the benefit of a purpose-built time-series database, plus a classic relational | ||
database (PostgreSQL), all in one, with full SQL support. | ||
|
||
```python | ||
def start: | ||
print('start') | ||
``` | ||
|
||
</procedure> |
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