Skip to content

Commit

Permalink
fix(clayui.com): Adds processing in level 5 heading and fix html frag…
Browse files Browse the repository at this point in the history
…ment id for QuickActionMenu

issue #2814
  • Loading branch information
pat270 committed Jan 24, 2020
1 parent de77a1a commit 578e0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clayui.com/content/docs/components/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {List, ListQuickActionsMenu} from '../../../src/components/clay/List';
<div class="nav-toc-absolute">
<div class="nav-toc">

- [Quick Action Menu](#quick-action-menu)
- [QuickActionMenu](#quickactionmenu)
- [API](#api)
- [ClayList](#claylist)
- [ClayList.Header](#claylist.header)
Expand Down
3 changes: 2 additions & 1 deletion clayui.com/plugins/gatsby-remark-typography/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = ({markdownAST}) => {
node.depth === 1 ||
node.depth === 2 ||
node.depth === 3 ||
node.depth === 4
node.depth === 4 ||
node.depth === 5
) {
node.data = {
hProperties: {
Expand Down

0 comments on commit 578e0e8

Please sign in to comment.