Skip to content
#

crates

Here are 164 public repositories matching this topic...

David-OConnor
David-OConnor commented Dec 15, 2018

There's no mention of highlighted_html_for_string usage in the examples, or anywhere I've found outside the API docs. There's an example of highlighted_html_for_file, but this doesn't require a SyntaxReference param, which there's no example of either.

Jake-Shadle
Jake-Shadle commented Feb 13, 2020

When adding a license exception, you must enumerate each allowed license needed to satisfy the expression for the crate, even ones that are already allowed globally. Instead, the allowed list should just be additive to any existing global license setting.

See #119

Hirevo
Hirevo commented Oct 13, 2019

This is a tracking issue for additional Indexer implementations.

Here is a non-exhaustive list of potential candidates for an Indexer implementation:

  • RemoteIndex:
    Requires to implement a companion server.
    The idea is to have a clone of the index on another machine on which a companion server is running, you would then point Alexandrie to that server and it would take care o
notriddle
notriddle commented Oct 24, 2017

As nice as it is to be able to remove the blatantly bad stuff, sometimes you don't want the user to be able to enter any HTML at all. You could do this by escaping the markup, but if having a database with < in it doesn't appeal to you, or you're worried about double-escaping or similarly nasty accidents, you could use a function that just tells you if a string has any HTML tags in it. And in

Improve this page

Add a description, image, and links to the crates topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crates topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.