Skip to content

Commit

Permalink
Documentation and resoning
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 2, 2024
1 parent 1dd7466 commit 04069da
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ This will be transform into this apart from the HTML exampled above:

So we can resume the server side render into this simple rules:

1- Title formating are H1
2- Sub title formating are h3
3- All other headings follows the proper name - element correlation
4- All headings will be attached a ID based on it's content (example in the "asdkjasdlkja..." content)
5- Tables will render one and only header as a classname, lowercase dash separated
6- Tables rows will create one div per column
7- Tables will be only rendered as <table> when inside another table
8- You can wrapp a div by adding a --- into the document
9- Breaklines are <p>
10- Links most of the time, are wrapped into <p> tags then a <a>
1 - Title formating are H1
2 - Sub title formating are h3
3 - All other headings follows the proper name - element correlation
4 - All headings will be attached a ID based on it's content (example in the "asdkjasdlkja..." content)
5 - Tables will render one and only header as a classname, lowercase dash separated
6 - Tables rows will create one div per column
7 - Tables will be only rendered as <table> when inside another table
8 - You can wrapp a div by adding a --- into the document
9 - Breaklines are <p>
10 - Links most of the time, are wrapped into <p> tags then a <a>

### SpreadSheets into JSON

Expand Down

0 comments on commit 04069da

Please sign in to comment.