Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Feature Request Markdown Editor

  • #11584
    Avatar photo[anonymous]

    I am not sure if Publii uses a third party Markdown parser or if it implements its own.  I am thinking that it might permit extension either way as it has support for “–READMORE–” which I think is non-standard.

    For some reason Markdown does not support text highlighting or underlining out of the box.  It would be really useful if that were available within Publii’s Markdown editor.

    Thanks

    #11605
    Avatar photo[anonymous]

    Since you can use HTML in markdown, just add this:

    <hr id="read-more" data-translation="Read more">

    You will achieve the same result as in other editors.

    #11620
    Avatar photo[anonymous]

    Very nice.  Thank you.  I was able to get the:

    <u></u>

    to work for underlining.