Skip to content

Commit

Permalink
DOP-1008: Ignore raw directive (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mango-db authored May 7, 2020
1 parent 9e71db6 commit 5232d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ComponentFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import RoleClass from './Roles/Class';
import RoleFile from './Roles/File';
import RoleGUILabel from './Roles/GUILabel';

const IGNORED_NAMES = ['default-domain', 'toctree'];
const IGNORED_NAMES = ['default-domain', 'raw', 'toctree'];
const IGNORED_TYPES = ['comment', 'substitution_definition'];

export default class ComponentFactory extends Component {
Expand Down

0 comments on commit 5232d2a

Please sign in to comment.