Skip to content

Commit

Permalink
Update Learn Markdown.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luigisison committed Mar 31, 2016
1 parent c2cd83e commit af285d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Learn Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import wizards
<field name="model">openacademy.course</field>
```
###CSV Code Block
```CSV
```{.table aligns="LCR" caption="This is the **caption**" header="yes"}
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_openacademy_course_user,access_openacademy_course_user,model_openacademy_course,group_openacademy_user,1,0,0,0
access_openacademy_session_user,access_openacademy_session_user,model_openacademy_session,group_openacademy_user,1,0,1,0
Expand Down

0 comments on commit af285d4

Please sign in to comment.