Update settings links + descriptions in editor guide (#5473)
This commit is contained in:
parent
e3d83896f0
commit
e946e2d7cf
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<% if version == "1" %>
|
||||
<%= render "pages/v1_editor_guide_preamble" %>
|
||||
<% else %>
|
||||
<p><em><b>We have two editor versions</b>. If you prefer Jekyll-style "frontmatter", switch to "v1" in <a href="/settings/misc">/settings/misc</a>.</em></p>
|
||||
<p><em><b>We have two editor versions</b>. If you prefer Jekyll-style "frontmatter", switch to "basic markdown" in <a href="/settings/ux">/settings/ux</a>.</em></p>
|
||||
<h2 style="font-size:2.8em"><strong>Things to Know</strong></h2>
|
||||
<ul>
|
||||
<li>Use <a href="#markdown"><strong>markdown</strong></a> to write and format <a href="/">dev.to</a> posts.</li>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<li>When you're ready to publish, set the published variable to <strong>true.</strong></li>
|
||||
</ul>
|
||||
|
||||
<p><em><b>We have two editor versions</b>. If you'd prefer to edit title and tags etc. as separate fields, switch to the V2 editor in <a href="/settings/misc">/settings/misc</a>. Otherwise, continue:</em></p>
|
||||
<p><em><b>We have two editor versions</b>. If you'd prefer to edit title and tags etc. as separate fields, switch to the "rich + markdown" option in <a href="/settings/ux">/settings/ux</a>. Otherwise, continue:</em></p>
|
||||
|
||||
<h2><u><strong>Front Matter</strong></u></h2>
|
||||
<p>Custom variables set for each post, located between the triple-dashed lines in your editor. Here is a list of possibilities:</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue