Skip to content

Commit 499115d

Browse files
dwalkrDSchau
authored andcommitted
chore(docs): add pullquote snippet for Forestry CMS (gatsbyjs#12732)
## Description Per [these comments on the Forestry workflow](https://gist.github.com/DSchau/f2048038432b37e103a62d0ff1deb8d6#normalization), it is recommended to use the `pullquote` component instead of the standard Markdown blockquote syntax. To aid editors in the usage of this component, this PR adds a `pullquote.snippet` file to the Forestry configuration which will add `pullquote` as an option to the WYSIWYG toolbar when content for this site is edited in Forestry. ## Related Issues This PR was made in response to the following gist remarking on the workflow for using Forestry: https://gist.github.com/DSchau/f2048038432b37e103a62d0ff1deb8d6
1 parent 8498f09 commit 499115d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.forestry/snippets/pullquote.snippet

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<pullquote citation="Some Person @ Company">
2+
This is a blockquote. Use them!
3+
</pullquote>

0 commit comments

Comments
 (0)