html vs markdown #19
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Markdown is rouge CSS safe but the text is not included in the Search.
HTML is included in the search, but CSS can get our of hand.
Need to study HTML block more closely.
Might be a solution
https://omeka.org/s/docs/developer/modules/page_blocks/#getfulltexttext
Some progress.
Our Markdown module is now searchable!! So that's good. :)
I also have an HTML module hack that removes unwanted styling.
This is horrible.
./application/src/Site/BlockLayout/Html.php
To be continued..