We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This was discussed in pragdave/earmark#356 as follows Do you mean
{"div", [{"class", "elixir"}] [best code ever] %{verbatim: true}}
--->
{"div", [{"class", "elixir"}] [best code ever] %{verbatim: true, html: ~s[<div class="elixir">best code ever</div>]}}
sure sounds like a sound idea to me.
Remains to be seen if the Option shall be capable of adding the verbatim content for other elements too, which might give
e.g.
as_ast("<div....</div>**hello**", include_verabtims_for: :all) # :verbatim, :none (default) ?
{:ok, [ {"div", [{"class", "elixir"}] [best code ever] %{verbatim: true, verbatim_content: ~s[<div class="elixir">best code ever</div>]} }, {"p", [], [{"strong", [], "hello", %{verbatim_content: "**hello**"}], %{verbatim_content: "**hello**"}], []
The text was updated successfully, but these errors were encountered:
Merging this into #7
Sorry, something went wrong.
RobertDober
No branches or pull requests
This was discussed in pragdave/earmark#356 as follows
Do you mean
--->
sure sounds like a sound idea to me.
Remains to be seen if the Option shall be capable of adding the verbatim content for other elements too, which might give
e.g.
--->
The text was updated successfully, but these errors were encountered: