Tag: markdown

  • Quick tip: Use Markdown with Drupal

    To use markdown on Drupal, you apply it as a text filter. Your content stays as-is then gets processed (through a filter) using Markdown before being displayed on your site as html.

    Install a markdown filter module

    • Find a filter module like Markdown Filter
    • Copy link to download tar.gz link
      copy-link
    • In the modules area, Install a new module, Paste in the url
      install paste-url

    Enable the markdown module (in module section)

    enable

    Apply markdown filter (in configuration section)

    • In the configuration section, go to the Content Authoring, Text format section
      config
    • Add a new text format
      add_text_format
    • Make sure you check markdown
      text-format-options

    Select markdown as a text format in your content type

    manage-fields