Run prettier on all *.md files
``` prettier '{app,source}/**/**.md' --write ```
This commit is contained in:
parent
a3ceeaf0f3
commit
85a10c545b
170 changed files with 5127 additions and 2282 deletions
|
@ -9,7 +9,9 @@ tags:
|
|||
- php
|
||||
- aria
|
||||
---
|
||||
For reference, this is the code needed to display a menu in a Drupal 7 template file, including the navigation ARIA role.
|
||||
|
||||
For reference, this is the code needed to display a menu in a Drupal 7 template
|
||||
file, including the navigation ARIA role.
|
||||
|
||||
```language-php
|
||||
$menu_name = 'menu-footer-menu';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue