Skip to content

Commit

Permalink
Merge branch 'decap-cms' of https://github.com/Fupete/nasonero into d…
Browse files Browse the repository at this point in the history
…ecap-cms
  • Loading branch information
Fupete committed Nov 29, 2023
2 parents 73a22df + 0e8bb45 commit 500a259
Showing 1 changed file with 28 additions and 15 deletions.
43 changes: 28 additions & 15 deletions src/en/notes/2023-04-21-style-guide.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,43 @@
---
title: Style guide
tags: [Design]
tags:
- Design
---

## headings (h2)

### h3

#### h4

##### h5

###### h6

## List

### Simple
- List item
- list iten
- list item

* List item
* list iten
* list item

### Numbered

1. numbered list item
2. numbered list item
3. numbered list item

## Styles
**Bold** and _italic_

**Bold** and *italic*

### Code inline

You'll want to run `really_cool_script.sh arg`.
Pay attention to the `foo_bar_whammy` field in that table.

### Code block with highlight

```python
def Foo(self, bar):
self.bar = bar
Expand All @@ -36,14 +47,16 @@ See the syntax guide for more info: [link](syntax_guide.md).
Or, check out the style guide [here](style_guide.md).

## Table md
Fruit | Attribute | Notes
--- | --- | ---
Apple | [Juicy](https://example.com/SomeReallyReallyReallyReallyReallyReallyReallyReallyLongQuery), Firm, Sweet | Apples keep doctors away.
Banana | [Convenient](https://example.com/SomeDifferentReallyReallyReallyReallyReallyReallyReallyReallyLongQuery), Soft, Sweet | Contrary to popular belief, most apes prefer mangoes.

| Fruit | Attribute | Notes |
| ------ | --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| Apple | [Juicy](https://example.com/SomeReallyReallyReallyReallyReallyReallyReallyReallyLongQuery), Firm, Sweet | Apples keep doctors away. |
| Banana | [Convenient](https://example.com/SomeDifferentReallyReallyReallyReallyReallyReallyReallyReallyLongQuery), Soft, Sweet | Contrary to popular belief, most apes prefer mangoes. |

### Another table
Transport | Favored by | Advantages
--- | --- | ---
Swallow | Coconuts | Otherwise unladen
Bicycle | Miss Gulch | Weatherproof
X-34 landspeeder | Whiny farmboys | Cheap since the X-38 came out

| Transport | Favored by | Advantages |
| ---------------- | -------------- | ----------------------------- |
| Swallow | Coconuts | Otherwise unladen |
| Bicycle | Miss Gulch | Weatherproof |
| X-34 landspeeder | Whiny farmboys | Cheap since the X-38 came out |

0 comments on commit 500a259

Please sign in to comment.