You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
warning: assign @current not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:author, :author_image, :date, :dependency_chain, :env, :extension, :image, :input_file, :permalink, :preprocessor, :tags, :title]
Looks like elixir trying to parse code in code block of md file like it's read eex.
The text was updated successfully, but these errors were encountered:
fazibear
changed the title
Parsing markdown as code blocks
Parsing markdown code blocks as real code
Mar 7, 2023
Example markdown file:
-- start of .md file --
Hello code
this is nice piece of coce
-- end of .md file ---
and the warning:
Looks like elixir trying to parse code in code block of md file like it's read eex.
The text was updated successfully, but these errors were encountered: